Html Css Color HEX #CAF25B Mindaro

📋 copy color: '#CAF25B'

red 202 ◦ green 242 ◦ blue 91

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

Shades of Mindaro #CAF25B

Tints of Mindaro #CAF25B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.23%

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

R = 37.76%
G = 45.23%
B = 17.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#CAF25B (or 0xCAF25B) is known color: Mindaro. HEX triplet: CA, F2 and 5B. RGB value is (202,242,91). Sum of RGB (Red+Green+Blue) = 202+242+91=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF25B is #350DA4. Grayscale: #D5D5D5. Windows color (decimal): -3476901 or 6025930. OLE color: 6025930.

HSL color Cylindrical-coordinate representation of color #CAF25B: hue angle of 75.89º degrees, saturation: 0.85, 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 #CAF25B is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 91 -
CMYK 0.17 0 0.62 0.05
HSL 75.89º 0.85% 0.65% -
HSV(B) 75.89º 0.62% 0.95% -
XYZ 58 76.82 21.67 -
YUV 212.83 59.25 120.28 -
System Red Green Blue C M Y K H S L
Decimal 202 242 91 0.17 0 0.62 0.05 75.89 0.85 0.65
Hex CA F2 5B 11 0 3E 5 4C 55 41
Octal 312 362 133 21 0 76 5 114 125 101
Binary 11001010 11110010 1011011 10001 0 111110 101 1001100 1010101 1000001

Color Harmonies of #CAF25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF25B

Black with #CAF25B

Text Example


Text Example

White with #CAF25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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