Html Css Color HEX #CAF55E Mindaro

📋 copy color: '#CAF55E'

red 202 ◦ green 245 ◦ blue 94

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

Shades of Mindaro #CAF55E

Tints of Mindaro #CAF55E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.29%

 BLUE value IS 94 (37.11% from 255) = 17.38%

R = 37.34%
G = 45.29%
B = 17.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#CAF55E (or 0xCAF55E) is known color: Mindaro. HEX triplet: CA, F5 and 5E. RGB value is (202,245,94). Sum of RGB (Red+Green+Blue) = 202+245+94=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF55E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF55E is #350AA1. Grayscale: #D7D7D7. Windows color (decimal): -3476130 or 6223306. OLE color: 6223306.

HSL color Cylindrical-coordinate representation of color #CAF55E: hue angle of 77.09º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAF55E is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 94 -
CMYK 0.18 0 0.62 0.04
HSL 77.09º 0.88% 0.66% -
HSV(B) 77.09º 0.62% 0.96% -
XYZ 59.03 78.67 22.66 -
YUV 214.93 59.75 118.78 -
System Red Green Blue C M Y K H S L
Decimal 202 245 94 0.18 0 0.62 0.04 77.09 0.88 0.66
Hex CA F5 5E 12 0 3E 4 4D 58 42
Octal 312 365 136 22 0 76 4 115 130 102
Binary 11001010 11110101 1011110 10010 0 111110 100 1001101 1011000 1000010

Color Harmonies of #CAF55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF55E

Black with #CAF55E

Text Example


Text Example

White with #CAF55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF55E; }

 p { color: rgb(202,245,94); }

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

background-color css

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

 a { background-color: rgb(202,245,94); }

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

border-color css

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

 span { border-color: rgb(202,245,94); }

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