Html Css Color HEX #CAF066 Mindaro

📋 copy color: '#CAF066'

red 202 ◦ green 240 ◦ blue 102

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

Shades of Mindaro #CAF066

Tints of Mindaro #CAF066

RGB

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

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

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

R = 37.13%
G = 44.12%
B = 18.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#CAF066 (or 0xCAF066) is known color: Mindaro. HEX triplet: CA, F0 and 66. RGB value is (202,240,102). Sum of RGB (Red+Green+Blue) = 202+240+102=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF066 is #350F99. Grayscale: #D5D5D5. Windows color (decimal): -3477402 or 6746314. OLE color: 6746314.

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

Color convert

RGB 202 240 102 -
CMYK 0.16 0 0.58 0.06
HSL 76.52º 0.82% 0.67% -
HSV(B) 76.52º 0.58% 0.94% -
XYZ 57.92 75.84 24.16 -
YUV 212.91 65.41 120.22 -
System Red Green Blue C M Y K H S L
Decimal 202 240 102 0.16 0 0.58 0.06 76.52 0.82 0.67
Hex CA F0 66 10 0 3A 6 4D 52 43
Octal 312 360 146 20 0 72 6 115 122 103
Binary 11001010 11110000 1100110 10000 0 111010 110 1001101 1010010 1000011

Color Harmonies of #CAF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF066

Black with #CAF066

Text Example


Text Example

White with #CAF066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF066; }

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

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

background-color css

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

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

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

border-color css

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

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

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