Html Css Color HEX #CCDD6E Mindaro

📋 copy color: '#CCDD6E'

red 204 ◦ green 221 ◦ blue 110

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

Shades of Mindaro #CCDD6E

Tints of Mindaro #CCDD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.31%

 BLUE value IS 110 (43.36% from 255) = 20.56%

R = 38.13%
G = 41.31%
B = 20.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#CCDD6E (or 0xCCDD6E) is known color: Mindaro. HEX triplet: CC, DD and 6E. RGB value is (204,221,110). Sum of RGB (Red+Green+Blue) = 204+221+110=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD6E is #332291. Grayscale: #CBCBCB. Windows color (decimal): -3351186 or 7265740. OLE color: 7265740.

HSL color Cylindrical-coordinate representation of color #CCDD6E: hue angle of 69.19º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCDD6E is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 110 -
CMYK 0.08 0 0.50 0.13
HSL 69.19º 0.62% 0.65% -
HSV(B) 69.19º 0.5% 0.87% -
XYZ 53.57 65.68 24.61 -
YUV 203.26 75.37 128.53 -
System Red Green Blue C M Y K H S L
Decimal 204 221 110 0.08 0 0.50 0.13 69.19 0.62 0.65
Hex CC DD 6E 8 0 32 D 45 3E 41
Octal 314 335 156 10 0 62 15 105 76 101
Binary 11001100 11011101 1101110 1000 0 110010 1101 1000101 111110 1000001

Color Harmonies of #CCDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD6E

Black with #CCDD6E

Text Example


Text Example

White with #CCDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD6E; }

 p { color: rgb(204,221,110); }

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

background-color css

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

 a { background-color: rgb(204,221,110); }

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

border-color css

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

 span { border-color: rgb(204,221,110); }

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