Html Css Color HEX #CAF766 Mindaro

📋 copy color: '#CAF766'

red 202 ◦ green 247 ◦ blue 102

#CAF766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CAF766

Tints of Mindaro #CAF766

RGB

 RED value IS 202 (79.3% from 255) = 36.66%

 GREEN value IS 247 (96.88% from 255) = 44.83%

 BLUE value IS 102 (40.23% from 255) = 18.51%

R = 36.66%
G = 44.83%
B = 18.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#CAF766 (or 0xCAF766) is known color: Mindaro. HEX triplet: CA, F7 and 66. RGB value is (202,247,102). Sum of RGB (Red+Green+Blue) = 202+247+102=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF766 is #350899. Grayscale: #D9D9D9. Windows color (decimal): -3475610 or 6748106. OLE color: 6748106.

HSL color Cylindrical-coordinate representation of color #CAF766: hue angle of 78.62º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAF766 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 102 -
CMYK 0.18 0 0.59 0.03
HSL 78.62º 0.9% 0.68% -
HSV(B) 78.62º 0.59% 0.97% -
XYZ 60.02 80.04 24.86 -
YUV 217.02 63.09 117.29 -
System Red Green Blue C M Y K H S L
Decimal 202 247 102 0.18 0 0.59 0.03 78.62 0.9 0.68
Hex CA F7 66 12 0 3B 3 4F 5A 44
Octal 312 367 146 22 0 73 3 117 132 104
Binary 11001010 11110111 1100110 10010 0 111011 11 1001111 1011010 1000100

Color Harmonies of #CAF766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF766

Black with #CAF766

Text Example


Text Example

White with #CAF766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF766; }

 p { color: rgb(202,247,102); }

 H1.HeaderClassName
 {
   color: #CAF766;
 }
 .AnyTagClassName
 {
   color: #CAF766;
 }
</style>

background-color css

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

 a { background-color: rgb(202,247,102); }

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

border-color css

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

 span { border-color: rgb(202,247,102); }

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