Html Css Color HEX #CAE45D Mindaro

📋 copy color: '#CAE45D'

red 202 ◦ green 228 ◦ blue 93

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

Shades of Mindaro #CAE45D

Tints of Mindaro #CAE45D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.59%

 BLUE value IS 93 (36.72% from 255) = 17.78%

R = 38.62%
G = 43.59%
B = 17.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#CAE45D (or 0xCAE45D) is known color: Mindaro. HEX triplet: CA, E4 and 5D. RGB value is (202,228,93). Sum of RGB (Red+Green+Blue) = 202+228+93=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE45D is #351BA2. Grayscale: #CDCDCD. Windows color (decimal): -3480483 or 6153418. OLE color: 6153418.

HSL color Cylindrical-coordinate representation of color #CAE45D: hue angle of 71.56º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAE45D is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 93 -
CMYK 0.11 0 0.59 0.11
HSL 71.56º 0.71% 0.63% -
HSV(B) 71.56º 0.59% 0.89% -
XYZ 54.08 68.83 20.79 -
YUV 204.84 64.89 125.98 -
System Red Green Blue C M Y K H S L
Decimal 202 228 93 0.11 0 0.59 0.11 71.56 0.71 0.63
Hex CA E4 5D B 0 3B B 48 47 3F
Octal 312 344 135 13 0 73 13 110 107 77
Binary 11001010 11100100 1011101 1011 0 111011 1011 1001000 1000111 111111

Color Harmonies of #CAE45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE45D

Black with #CAE45D

Text Example


Text Example

White with #CAE45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE45D; }

 p { color: rgb(202,228,93); }

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

background-color css

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

 a { background-color: rgb(202,228,93); }

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

border-color css

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

 span { border-color: rgb(202,228,93); }

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