Html Css Color HEX #CAF85B Mindaro

📋 copy color: '#CAF85B'

red 202 ◦ green 248 ◦ blue 91

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

Shades of Mindaro #CAF85B

Tints of Mindaro #CAF85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.82%

R = 37.34%
G = 45.84%
B = 16.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#CAF85B (or 0xCAF85B) is known color: Mindaro. HEX triplet: CA, F8 and 5B. RGB value is (202,248,91). Sum of RGB (Red+Green+Blue) = 202+248+91=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF85B is #3507A4. Grayscale: #D8D8D8. Windows color (decimal): -3475365 or 6027466. OLE color: 6027466.

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

Color convert

RGB 202 248 91 -
CMYK 0.19 0 0.63 0.03
HSL 77.58º 0.92% 0.66% -
HSV(B) 77.58º 0.63% 0.97% -
XYZ 59.81 80.45 22.27 -
YUV 216.35 57.26 117.77 -
System Red Green Blue C M Y K H S L
Decimal 202 248 91 0.19 0 0.63 0.03 77.58 0.92 0.66
Hex CA F8 5B 13 0 3F 3 4E 5C 42
Octal 312 370 133 23 0 77 3 116 134 102
Binary 11001010 11111000 1011011 10011 0 111111 11 1001110 1011100 1000010

Color Harmonies of #CAF85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF85B

Black with #CAF85B

Text Example


Text Example

White with #CAF85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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