Html Css Color HEX #CAF06A Mindaro

📋 copy color: '#CAF06A'

red 202 ◦ green 240 ◦ blue 106

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

Shades of Mindaro #CAF06A

Tints of Mindaro #CAF06A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.8%

 BLUE value IS 106 (41.8% from 255) = 19.34%

R = 36.86%
G = 43.8%
B = 19.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#CAF06A (or 0xCAF06A) is known color: Mindaro. HEX triplet: CA, F0 and 6A. RGB value is (202,240,106). Sum of RGB (Red+Green+Blue) = 202+240+106=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF06A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF06A is #350F95. Grayscale: #D5D5D5. Windows color (decimal): -3477398 or 7008458. OLE color: 7008458.

HSL color Cylindrical-coordinate representation of color #CAF06A: hue angle of 77.01º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAF06A is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 106 -
CMYK 0.16 0 0.56 0.06
HSL 77.01º 0.82% 0.68% -
HSV(B) 77.01º 0.56% 0.94% -
XYZ 58.12 75.92 25.23 -
YUV 213.36 67.41 119.9 -
System Red Green Blue C M Y K H S L
Decimal 202 240 106 0.16 0 0.56 0.06 77.01 0.82 0.68
Hex CA F0 6A 10 0 38 6 4D 52 44
Octal 312 360 152 20 0 70 6 115 122 104
Binary 11001010 11110000 1101010 10000 0 111000 110 1001101 1010010 1000100

Color Harmonies of #CAF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF06A

Black with #CAF06A

Text Example


Text Example

White with #CAF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF06A; }

 p { color: rgb(202,240,106); }

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

background-color css

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

 a { background-color: rgb(202,240,106); }

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

border-color css

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

 span { border-color: rgb(202,240,106); }

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