Html Css Color HEX #CCE669 Mindaro

📋 copy color: '#CCE669'

red 204 ◦ green 230 ◦ blue 105

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

Shades of Mindaro #CCE669

Tints of Mindaro #CCE669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.48%

R = 37.85%
G = 42.67%
B = 19.48%

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

#CCE669 (or 0xCCE669) is known color: Mindaro. HEX triplet: CC, E6 and 69. RGB value is (204,230,105). Sum of RGB (Red+Green+Blue) = 204+230+105=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE669 is #331996. Grayscale: #D0D0D0. Windows color (decimal): -3348887 or 6940364. OLE color: 6940364.

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

Color convert

RGB 204 230 105 -
CMYK 0.11 0 0.54 0.10
HSL 72.48º 0.71% 0.66% -
HSV(B) 72.48º 0.54% 0.9% -
XYZ 55.75 70.45 24.02 -
YUV 207.98 69.89 125.16 -
System Red Green Blue C M Y K H S L
Decimal 204 230 105 0.11 0 0.54 0.10 72.48 0.71 0.66
Hex CC E6 69 B 0 36 A 48 47 42
Octal 314 346 151 13 0 66 12 110 107 102
Binary 11001100 11100110 1101001 1011 0 110110 1010 1001000 1000111 1000010

Color Harmonies of #CCE669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE669

Black with #CCE669

Text Example


Text Example

White with #CCE669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE669; }

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

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

background-color css

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

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

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

border-color css

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

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

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