Html Css Color HEX #CAF85F Mindaro

📋 copy color: '#CAF85F'

red 202 ◦ green 248 ◦ blue 95

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

Shades of Mindaro #CAF85F

Tints of Mindaro #CAF85F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.5%

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

R = 37.06%
G = 45.5%
B = 17.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#CAF85F (or 0xCAF85F) is known color: Mindaro. HEX triplet: CA, F8 and 5F. RGB value is (202,248,95). Sum of RGB (Red+Green+Blue) = 202+248+95=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF85F is #3507A0. Grayscale: #D9D9D9. Windows color (decimal): -3475361 or 6289610. OLE color: 6289610.

HSL color Cylindrical-coordinate representation of color #CAF85F: hue angle of 78.04º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAF85F is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 95 -
CMYK 0.19 0 0.62 0.03
HSL 78.04º 0.92% 0.67% -
HSV(B) 78.04º 0.62% 0.97% -
XYZ 59.99 80.52 23.21 -
YUV 216.8 59.26 117.44 -
System Red Green Blue C M Y K H S L
Decimal 202 248 95 0.19 0 0.62 0.03 78.04 0.92 0.67
Hex CA F8 5F 13 0 3E 3 4E 5C 43
Octal 312 370 137 23 0 76 3 116 134 103
Binary 11001010 11111000 1011111 10011 0 111110 11 1001110 1011100 1000011

Color Harmonies of #CAF85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF85F

Black with #CAF85F

Text Example


Text Example

White with #CAF85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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