Html Css Color HEX #CAE85A Mindaro

📋 copy color: '#CAE85A'

red 202 ◦ green 232 ◦ blue 90

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

Shades of Mindaro #CAE85A

Tints of Mindaro #CAE85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.18%

R = 38.55%
G = 44.27%
B = 17.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#CAE85A (or 0xCAE85A) is known color: Mindaro. HEX triplet: CA, E8 and 5A. RGB value is (202,232,90). Sum of RGB (Red+Green+Blue) = 202+232+90=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE85A is #3517A5. Grayscale: #CFCFCF. Windows color (decimal): -3479462 or 5957834. OLE color: 5957834.

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

Color convert

RGB 202 232 90 -
CMYK 0.13 0 0.61 0.09
HSL 72.68º 0.76% 0.63% -
HSV(B) 72.68º 0.61% 0.91% -
XYZ 55.06 71.01 20.48 -
YUV 206.84 62.06 124.55 -
System Red Green Blue C M Y K H S L
Decimal 202 232 90 0.13 0 0.61 0.09 72.68 0.76 0.63
Hex CA E8 5A D 0 3D 9 49 4C 3F
Octal 312 350 132 15 0 75 11 111 114 77
Binary 11001010 11101000 1011010 1101 0 111101 1001 1001001 1001100 111111

Color Harmonies of #CAE85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE85A

Black with #CAE85A

Text Example


Text Example

White with #CAE85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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