Html Css Color HEX #CAE36C Mindaro

📋 copy color: '#CAE36C'

red 202 ◦ green 227 ◦ blue 108

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

Shades of Mindaro #CAE36C

Tints of Mindaro #CAE36C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.27%

 BLUE value IS 108 (42.58% from 255) = 20.11%

R = 37.62%
G = 42.27%
B = 20.11%

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

#CAE36C (or 0xCAE36C) is known color: Mindaro. HEX triplet: CA, E3 and 6C. RGB value is (202,227,108). Sum of RGB (Red+Green+Blue) = 202+227+108=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE36C is #351C93. Grayscale: #CECECE. Windows color (decimal): -3480724 or 7136202. OLE color: 7136202.

HSL color Cylindrical-coordinate representation of color #CAE36C: hue angle of 72.61º degrees, saturation: 0.68, 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 #CAE36C is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 108 -
CMYK 0.11 0 0.52 0.11
HSL 72.61º 0.68% 0.66% -
HSV(B) 72.61º 0.52% 0.89% -
XYZ 54.53 68.58 24.55 -
YUV 205.96 72.72 125.18 -
System Red Green Blue C M Y K H S L
Decimal 202 227 108 0.11 0 0.52 0.11 72.61 0.68 0.66
Hex CA E3 6C B 0 34 B 49 44 42
Octal 312 343 154 13 0 64 13 111 104 102
Binary 11001010 11100011 1101100 1011 0 110100 1011 1001001 1000100 1000010

Color Harmonies of #CAE36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE36C

Black with #CAE36C

Text Example


Text Example

White with #CAE36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE36C; }

 p { color: rgb(202,227,108); }

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

background-color css

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

 a { background-color: rgb(202,227,108); }

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

border-color css

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

 span { border-color: rgb(202,227,108); }

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