Html Css Color HEX #CAF466 Mindaro

📋 copy color: '#CAF466'

red 202 ◦ green 244 ◦ blue 102

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

Shades of Mindaro #CAF466

Tints of Mindaro #CAF466

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.53%

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

R = 36.86%
G = 44.53%
B = 18.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#CAF466 (or 0xCAF466) is known color: Mindaro. HEX triplet: CA, F4 and 66. RGB value is (202,244,102). Sum of RGB (Red+Green+Blue) = 202+244+102=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF466 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF466 is #350B99. Grayscale: #D7D7D7. Windows color (decimal): -3476378 or 6747338. OLE color: 6747338.

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

Color convert

RGB 202 244 102 -
CMYK 0.17 0 0.58 0.04
HSL 77.75º 0.87% 0.68% -
HSV(B) 77.75º 0.58% 0.96% -
XYZ 59.11 78.22 24.55 -
YUV 215.25 64.09 118.55 -
System Red Green Blue C M Y K H S L
Decimal 202 244 102 0.17 0 0.58 0.04 77.75 0.87 0.68
Hex CA F4 66 11 0 3A 4 4E 57 44
Octal 312 364 146 21 0 72 4 116 127 104
Binary 11001010 11110100 1100110 10001 0 111010 100 1001110 1010111 1000100

Color Harmonies of #CAF466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF466

Black with #CAF466

Text Example


Text Example

White with #CAF466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF466; }

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

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

background-color css

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

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

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

border-color css

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

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

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