Html Css Color HEX #CAF55F Mindaro

📋 copy color: '#CAF55F'

red 202 ◦ green 245 ◦ blue 95

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

Shades of Mindaro #CAF55F

Tints of Mindaro #CAF55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.53%

R = 37.27%
G = 45.2%
B = 17.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#CAF55F (or 0xCAF55F) is known color: Mindaro. HEX triplet: CA, F5 and 5F. RGB value is (202,245,95). Sum of RGB (Red+Green+Blue) = 202+245+95=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF55F is #350AA0. Grayscale: #D7D7D7. Windows color (decimal): -3476129 or 6288842. OLE color: 6288842.

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

Color convert

RGB 202 245 95 -
CMYK 0.18 0 0.61 0.04
HSL 77.2º 0.88% 0.67% -
HSV(B) 77.2º 0.61% 0.96% -
XYZ 59.08 78.69 22.9 -
YUV 215.04 60.25 118.7 -
System Red Green Blue C M Y K H S L
Decimal 202 245 95 0.18 0 0.61 0.04 77.2 0.88 0.67
Hex CA F5 5F 12 0 3D 4 4D 58 43
Octal 312 365 137 22 0 75 4 115 130 103
Binary 11001010 11110101 1011111 10010 0 111101 100 1001101 1011000 1000011

Color Harmonies of #CAF55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF55F

Black with #CAF55F

Text Example


Text Example

White with #CAF55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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