Html Css Color HEX #CAF15B Mindaro

📋 copy color: '#CAF15B'

red 202 ◦ green 241 ◦ blue 91

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

Shades of Mindaro #CAF15B

Tints of Mindaro #CAF15B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.13%

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

R = 37.83%
G = 45.13%
B = 17.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#CAF15B (or 0xCAF15B) is known color: Mindaro. HEX triplet: CA, F1 and 5B. RGB value is (202,241,91). Sum of RGB (Red+Green+Blue) = 202+241+91=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF15B is #350EA4. Grayscale: #D4D4D4. Windows color (decimal): -3477157 or 6025674. OLE color: 6025674.

HSL color Cylindrical-coordinate representation of color #CAF15B: hue angle of 75.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAF15B is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 91 -
CMYK 0.16 0 0.62 0.05
HSL 75.6º 0.84% 0.65% -
HSV(B) 75.6º 0.62% 0.95% -
XYZ 57.7 76.22 21.57 -
YUV 212.24 59.58 120.7 -
System Red Green Blue C M Y K H S L
Decimal 202 241 91 0.16 0 0.62 0.05 75.6 0.84 0.65
Hex CA F1 5B 10 0 3E 5 4C 54 41
Octal 312 361 133 20 0 76 5 114 124 101
Binary 11001010 11110001 1011011 10000 0 111110 101 1001100 1010100 1000001

Color Harmonies of #CAF15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF15B

Black with #CAF15B

Text Example


Text Example

White with #CAF15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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