Html Css Color HEX #CCE166 Mindaro

📋 copy color: '#CCE166'

red 204 ◦ green 225 ◦ blue 102

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

Shades of Mindaro #CCE166

Tints of Mindaro #CCE166

RGB

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

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

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

R = 38.42%
G = 42.37%
B = 19.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#CCE166 (or 0xCCE166) is known color: Mindaro. HEX triplet: CC, E1 and 66. RGB value is (204,225,102). Sum of RGB (Red+Green+Blue) = 204+225+102=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE166 is #331E99. Grayscale: #CDCDCD. Windows color (decimal): -3350170 or 6742476. OLE color: 6742476.

HSL color Cylindrical-coordinate representation of color #CCE166: hue angle of 70.24º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCE166 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 102 -
CMYK 0.09 0 0.55 0.12
HSL 70.24º 0.67% 0.64% -
HSV(B) 70.24º 0.55% 0.88% -
XYZ 54.23 67.65 22.77 -
YUV 204.7 70.04 127.5 -
System Red Green Blue C M Y K H S L
Decimal 204 225 102 0.09 0 0.55 0.12 70.24 0.67 0.64
Hex CC E1 66 9 0 37 C 46 43 40
Octal 314 341 146 11 0 67 14 106 103 100
Binary 11001100 11100001 1100110 1001 0 110111 1100 1000110 1000011 1000000

Color Harmonies of #CCE166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE166

Black with #CCE166

Text Example


Text Example

White with #CCE166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE166; }

 p { color: rgb(204,225,102); }

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

background-color css

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

 a { background-color: rgb(204,225,102); }

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

border-color css

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

 span { border-color: rgb(204,225,102); }

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