Html Css Color HEX #CAF366 Mindaro

📋 copy color: '#CAF366'

red 202 ◦ green 243 ◦ blue 102

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

Shades of Mindaro #CAF366

Tints of Mindaro #CAF366

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.42%

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

R = 36.93%
G = 44.42%
B = 18.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#CAF366 (or 0xCAF366) is known color: Mindaro. HEX triplet: CA, F3 and 66. RGB value is (202,243,102). Sum of RGB (Red+Green+Blue) = 202+243+102=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF366 is #350C99. Grayscale: #D7D7D7. Windows color (decimal): -3476634 or 6747082. OLE color: 6747082.

HSL color Cylindrical-coordinate representation of color #CAF366: hue angle of 77.45º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAF366 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 102 -
CMYK 0.17 0 0.58 0.05
HSL 77.45º 0.85% 0.68% -
HSV(B) 77.45º 0.58% 0.95% -
XYZ 58.81 77.62 24.45 -
YUV 214.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 202 243 102 0.17 0 0.58 0.05 77.45 0.85 0.68
Hex CA F3 66 11 0 3A 5 4D 55 44
Octal 312 363 146 21 0 72 5 115 125 104
Binary 11001010 11110011 1100110 10001 0 111010 101 1001101 1010101 1000100

Color Harmonies of #CAF366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF366

Black with #CAF366

Text Example


Text Example

White with #CAF366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF366; }

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

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

background-color css

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

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

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

border-color css

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

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

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