Html Css Color HEX #CAE55B Mindaro

📋 copy color: '#CAE55B'

red 202 ◦ green 229 ◦ blue 91

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

Shades of Mindaro #CAE55B

Tints of Mindaro #CAE55B

RGB

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

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

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

R = 38.7%
G = 43.87%
B = 17.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#CAE55B (or 0xCAE55B) is known color: Mindaro. HEX triplet: CA, E5 and 5B. RGB value is (202,229,91). Sum of RGB (Red+Green+Blue) = 202+229+91=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE55B is #351AA4. Grayscale: #CDCDCD. Windows color (decimal): -3480229 or 6022602. OLE color: 6022602.

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

Color convert

RGB 202 229 91 -
CMYK 0.12 0 0.60 0.10
HSL 71.74º 0.73% 0.63% -
HSV(B) 71.74º 0.6% 0.9% -
XYZ 54.26 69.35 20.42 -
YUV 205.2 63.55 125.72 -
System Red Green Blue C M Y K H S L
Decimal 202 229 91 0.12 0 0.60 0.10 71.74 0.73 0.63
Hex CA E5 5B C 0 3C A 48 49 3F
Octal 312 345 133 14 0 74 12 110 111 77
Binary 11001010 11100101 1011011 1100 0 111100 1010 1001000 1001001 111111

Color Harmonies of #CAE55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE55B

Black with #CAE55B

Text Example


Text Example

White with #CAE55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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