Html Css Color HEX #CAE16D Mindaro

📋 copy color: '#CAE16D'

red 202 ◦ green 225 ◦ blue 109

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

Shades of Mindaro #CAE16D

Tints of Mindaro #CAE16D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.98%

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

R = 37.69%
G = 41.98%
B = 20.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#CAE16D (or 0xCAE16D) is known color: Mindaro. HEX triplet: CA, E1 and 6D. RGB value is (202,225,109). Sum of RGB (Red+Green+Blue) = 202+225+109=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE16D is #351E92. Grayscale: #CDCDCD. Windows color (decimal): -3481235 or 7201226. OLE color: 7201226.

HSL color Cylindrical-coordinate representation of color #CAE16D: hue angle of 71.9º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAE16D is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 109 -
CMYK 0.10 0 0.52 0.12
HSL 71.9º 0.66% 0.65% -
HSV(B) 71.9º 0.52% 0.88% -
XYZ 54.04 67.51 24.65 -
YUV 204.9 73.88 125.93 -
System Red Green Blue C M Y K H S L
Decimal 202 225 109 0.10 0 0.52 0.12 71.9 0.66 0.65
Hex CA E1 6D A 0 34 C 48 42 41
Octal 312 341 155 12 0 64 14 110 102 101
Binary 11001010 11100001 1101101 1010 0 110100 1100 1001000 1000010 1000001

Color Harmonies of #CAE16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE16D

Black with #CAE16D

Text Example


Text Example

White with #CAE16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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