Html Css Color HEX #CAE858 Mindaro

📋 copy color: '#CAE858'

red 202 ◦ green 232 ◦ blue 88

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

Shades of Mindaro #CAE858

Tints of Mindaro #CAE858

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.44%

 BLUE value IS 88 (34.77% from 255) = 16.86%

R = 38.7%
G = 44.44%
B = 16.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#CAE858 (or 0xCAE858) is known color: Mindaro. HEX triplet: CA, E8 and 58. RGB value is (202,232,88). Sum of RGB (Red+Green+Blue) = 202+232+88=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE858 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE858 is #3517A7. Grayscale: #CFCFCF. Windows color (decimal): -3479464 or 5826762. OLE color: 5826762.

HSL color Cylindrical-coordinate representation of color #CAE858: hue angle of 72.5º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAE858 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 232 88 -
CMYK 0.13 0 0.62 0.09
HSL 72.5º 0.76% 0.63% -
HSV(B) 72.5º 0.62% 0.91% -
XYZ 54.98 70.97 20.03 -
YUV 206.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 202 232 88 0.13 0 0.62 0.09 72.5 0.76 0.63
Hex CA E8 58 D 0 3E 9 48 4C 3F
Octal 312 350 130 15 0 76 11 110 114 77
Binary 11001010 11101000 1011000 1101 0 111110 1001 1001000 1001100 111111

Color Harmonies of #CAE858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE858

Black with #CAE858

Text Example


Text Example

White with #CAE858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE858; }

 p { color: rgb(202,232,88); }

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

background-color css

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

 a { background-color: rgb(202,232,88); }

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

border-color css

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

 span { border-color: rgb(202,232,88); }

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