#CFF35A

Color #CFF35A Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CFF35A

Tints of Mindaro #CFF35A

Color information

#CFF35A (or 0xCFF35A) is unknown color: approx Mindaro. HEX triplet: CF, F3 and 5A. RGB value is (207,243,90). Sum of RGB (Red+Green+Blue) = 207+243+90=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF35A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF35A is #300CA5. Grayscale: #D7D7D7. Windows color (decimal): -3148966 or 5960655. OLE color: 5960655.

HSL color Cylindrical-coordinate representation of color #CFF35A: hue angle of 74.12º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFF35A is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB20724390-
CMYK0.1500.630.05
HSL74.12º86.44%65.29%-
HSV(B)74.12º62.96%95.29%-
XYZ59.6378.121.61-
YUV214.7957.57122.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 243 (95.31% from 255) = 45%
BLUE value IS 90 (35.55% from 255) = 16.67%
R=38.33%
G=45%
B=16.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal207243900.1500.630.0574.1286.4465.29
HexCFF35AF03F54a5641
Octal317363132170775112126101
Binary1100111111110011101101011110111111101100101010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF35A; }

 p { color: rgb(207,243,90); }

 H1.HeaderClassName
 {
   color: #CFF35A;
 }
 .AnyTagClassName
 {
   color: #CFF35A;
 }
</style>
background-color css

<style>
 a { background-color: #CFF35A; }

 a { background-color: rgb(207,243,90); }

 div.DivClassName
 {
   background-color: #CFF35A;
 }
 .BgClassName
 {
   background-color: #CFF35A;
 }
</style>
border-color css

<style>
 span { border-color: #CFF35A; }

 span { border-color: rgb(207,243,90); }

 td.TdClassName
 {
   border-color: #CFF35A;
 }
 .TagClassName
 {
   border-color: #CFF35A;
 }
</style>