Html Css Color HEX #CAE46D Mindaro

📋 copy color: '#CAE46D'

red 202 ◦ green 228 ◦ blue 109

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

Shades of Mindaro #CAE46D

Tints of Mindaro #CAE46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.22%

R = 37.48%
G = 42.3%
B = 20.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#CAE46D (or 0xCAE46D) is known color: Mindaro. HEX triplet: CA, E4 and 6D. RGB value is (202,228,109). Sum of RGB (Red+Green+Blue) = 202+228+109=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE46D is #351B92. Grayscale: #CFCFCF. Windows color (decimal): -3480467 or 7201994. OLE color: 7201994.

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

Color convert

RGB 202 228 109 -
CMYK 0.11 0 0.52 0.11
HSL 73.11º 0.69% 0.66% -
HSV(B) 73.11º 0.52% 0.89% -
XYZ 54.86 69.15 24.92 -
YUV 206.66 72.89 124.68 -
System Red Green Blue C M Y K H S L
Decimal 202 228 109 0.11 0 0.52 0.11 73.11 0.69 0.66
Hex CA E4 6D B 0 34 B 49 45 42
Octal 312 344 155 13 0 64 13 111 105 102
Binary 11001010 11100100 1101101 1011 0 110100 1011 1001001 1000101 1000010

Color Harmonies of #CAE46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE46D

Black with #CAE46D

Text Example


Text Example

White with #CAE46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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