Html Css Color HEX #CAE55A Mindaro

📋 copy color: '#CAE55A'

red 202 ◦ green 229 ◦ blue 90

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

Shades of Mindaro #CAE55A

Tints of Mindaro #CAE55A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.95%

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

R = 38.77%
G = 43.95%
B = 17.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#CAE55A (or 0xCAE55A) is known color: Mindaro. HEX triplet: CA, E5 and 5A. RGB value is (202,229,90). Sum of RGB (Red+Green+Blue) = 202+229+90=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE55A is #351AA5. Grayscale: #CDCDCD. Windows color (decimal): -3480230 or 5957066. OLE color: 5957066.

HSL color Cylindrical-coordinate representation of color #CAE55A: hue angle of 71.65º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAE55A is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 90 -
CMYK 0.12 0 0.61 0.10
HSL 71.65º 0.73% 0.63% -
HSV(B) 71.65º 0.61% 0.9% -
XYZ 54.22 69.33 20.2 -
YUV 205.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 202 229 90 0.12 0 0.61 0.10 71.65 0.73 0.63
Hex CA E5 5A C 0 3D A 48 49 3F
Octal 312 345 132 14 0 75 12 110 111 77
Binary 11001010 11100101 1011010 1100 0 111101 1010 1001000 1001001 111111

Color Harmonies of #CAE55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE55A

Black with #CAE55A

Text Example


Text Example

White with #CAE55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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