Html Css Color HEX #CAE76B Mindaro

📋 copy color: '#CAE76B'

red 202 ◦ green 231 ◦ blue 107

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

Shades of Mindaro #CAE76B

Tints of Mindaro #CAE76B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.78%

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

R = 37.41%
G = 42.78%
B = 19.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#CAE76B (or 0xCAE76B) is known color: Mindaro. HEX triplet: CA, E7 and 6B. RGB value is (202,231,107). Sum of RGB (Red+Green+Blue) = 202+231+107=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE76B is #351894. Grayscale: #D0D0D0. Windows color (decimal): -3479701 or 7071690. OLE color: 7071690.

HSL color Cylindrical-coordinate representation of color #CAE76B: hue angle of 74.03º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAE76B is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 231 107 -
CMYK 0.13 0 0.54 0.09
HSL 74.03º 0.72% 0.66% -
HSV(B) 74.03º 0.54% 0.91% -
XYZ 55.59 70.77 24.64 -
YUV 208.19 70.89 123.58 -
System Red Green Blue C M Y K H S L
Decimal 202 231 107 0.13 0 0.54 0.09 74.03 0.72 0.66
Hex CA E7 6B D 0 36 9 4A 48 42
Octal 312 347 153 15 0 66 11 112 110 102
Binary 11001010 11100111 1101011 1101 0 110110 1001 1001010 1001000 1000010

Color Harmonies of #CAE76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE76B

Black with #CAE76B

Text Example


Text Example

White with #CAE76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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