Html Css Color HEX #CAE366 Mindaro

📋 copy color: '#CAE366'

red 202 ◦ green 227 ◦ blue 102

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

Shades of Mindaro #CAE366

Tints of Mindaro #CAE366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.21%

R = 38.04%
G = 42.75%
B = 19.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#CAE366 (or 0xCAE366) is known color: Mindaro. HEX triplet: CA, E3 and 66. RGB value is (202,227,102). Sum of RGB (Red+Green+Blue) = 202+227+102=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE366 is #351C99. Grayscale: #CDCDCD. Windows color (decimal): -3480730 or 6742986. OLE color: 6742986.

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

Color convert

RGB 202 227 102 -
CMYK 0.11 0 0.55 0.11
HSL 72º 0.69% 0.65% -
HSV(B) 72º 0.55% 0.89% -
XYZ 54.22 68.45 22.93 -
YUV 205.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 202 227 102 0.11 0 0.55 0.11 72 0.69 0.65
Hex CA E3 66 B 0 37 B 48 45 41
Octal 312 343 146 13 0 67 13 110 105 101
Binary 11001010 11100011 1100110 1011 0 110111 1011 1001000 1000101 1000001

Color Harmonies of #CAE366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE366

Black with #CAE366

Text Example


Text Example

White with #CAE366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE366; }

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

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

background-color css

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

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

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

border-color css

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

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

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