#CAFC67

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

Shades of Mindaro #CAFC67

Tints of Mindaro #CAFC67

Color information

#CAFC67 (or 0xCAFC67) is unknown color: approx Mindaro. HEX triplet: CA, FC and 67. RGB value is (202,252,103). Sum of RGB (Red+Green+Blue) = 202+252+103=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 103 (40.62% from 255 or 18.49% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFC67 is #350398. Grayscale: #DCDCDC. Windows color (decimal): -3474329 or 6814922. OLE color: 6814922.

HSL color Cylindrical-coordinate representation of color #CAFC67: hue angle of 80.13º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAFC67 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB202252103-
CMYK0.2000.590.01
HSL80.13º96.13%69.61%-
HSV(B)80.13º59.13%98.82%-
XYZ61.6283.1625.64-
YUV220.0661.94115.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 252 (98.83% from 255) = 45.24%
BLUE value IS 103 (40.62% from 255) = 18.49%
R=36.27%
G=45.24%
B=18.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022521030.2000.590.0180.1396.1369.61
HexCAFC671403B1506046
Octal312374147240731120140106
Binary110010101111110011001111010001110111101000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFC67; }

 p { color: rgb(202,252,103); }

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

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

 a { background-color: rgb(202,252,103); }

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

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

 span { border-color: rgb(202,252,103); }

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