Html Css Color HEX #CAE16B Mindaro

📋 copy color: '#CAE16B'

red 202 ◦ green 225 ◦ blue 107

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

Shades of Mindaro #CAE16B

Tints of Mindaro #CAE16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.04%

R = 37.83%
G = 42.13%
B = 20.04%

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

#CAE16B (or 0xCAE16B) is known color: Mindaro. HEX triplet: CA, E1 and 6B. RGB value is (202,225,107). Sum of RGB (Red+Green+Blue) = 202+225+107=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE16B is #351E94. Grayscale: #CDCDCD. Windows color (decimal): -3481237 or 7070154. OLE color: 7070154.

HSL color Cylindrical-coordinate representation of color #CAE16B: hue angle of 71.69º 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 #CAE16B is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 107 -
CMYK 0.10 0 0.52 0.12
HSL 71.69º 0.66% 0.65% -
HSV(B) 71.69º 0.52% 0.88% -
XYZ 53.94 67.47 24.09 -
YUV 204.67 72.88 126.09 -
System Red Green Blue C M Y K H S L
Decimal 202 225 107 0.10 0 0.52 0.12 71.69 0.66 0.65
Hex CA E1 6B A 0 34 C 48 42 41
Octal 312 341 153 12 0 64 14 110 102 101
Binary 11001010 11100001 1101011 1010 0 110100 1100 1001000 1000010 1000001

Color Harmonies of #CAE16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE16B

Black with #CAE16B

Text Example


Text Example

White with #CAE16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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