Html Css Color HEX #CCE66A Mindaro

📋 copy color: '#CCE66A'

red 204 ◦ green 230 ◦ blue 106

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

Shades of Mindaro #CCE66A

Tints of Mindaro #CCE66A

RGB

 RED value IS 204 (80.08% from 255) = 37.78%

 GREEN value IS 230 (90.23% from 255) = 42.59%

 BLUE value IS 106 (41.8% from 255) = 19.63%

R = 37.78%
G = 42.59%
B = 19.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#CCE66A (or 0xCCE66A) is known color: Mindaro. HEX triplet: CC, E6 and 6A. RGB value is (204,230,106). Sum of RGB (Red+Green+Blue) = 204+230+106=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE66A is #331995. Grayscale: #D0D0D0. Windows color (decimal): -3348886 or 7005900. OLE color: 7005900.

HSL color Cylindrical-coordinate representation of color #CCE66A: hue angle of 72.58º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCE66A is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 106 -
CMYK 0.11 0 0.54 0.10
HSL 72.58º 0.71% 0.66% -
HSV(B) 72.58º 0.54% 0.9% -
XYZ 55.8 70.47 24.3 -
YUV 208.09 70.39 125.08 -
System Red Green Blue C M Y K H S L
Decimal 204 230 106 0.11 0 0.54 0.10 72.58 0.71 0.66
Hex CC E6 6A B 0 36 A 49 47 42
Octal 314 346 152 13 0 66 12 111 107 102
Binary 11001100 11100110 1101010 1011 0 110110 1010 1001001 1000111 1000010

Color Harmonies of #CCE66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE66A

Black with #CCE66A

Text Example


Text Example

White with #CCE66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE66A; }

 p { color: rgb(204,230,106); }

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

background-color css

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

 a { background-color: rgb(204,230,106); }

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

border-color css

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

 span { border-color: rgb(204,230,106); }

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