Html Css Color HEX #CCDD6D Mindaro

📋 copy color: '#CCDD6D'

red 204 ◦ green 221 ◦ blue 109

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

Shades of Mindaro #CCDD6D

Tints of Mindaro #CCDD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.41%

R = 38.2%
G = 41.39%
B = 20.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#CCDD6D (or 0xCCDD6D) is known color: Mindaro. HEX triplet: CC, DD and 6D. RGB value is (204,221,109). Sum of RGB (Red+Green+Blue) = 204+221+109=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD6D is #332292. Grayscale: #CBCBCB. Windows color (decimal): -3351187 or 7200204. OLE color: 7200204.

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

Color convert

RGB 204 221 109 -
CMYK 0.08 0 0.51 0.13
HSL 69.11º 0.62% 0.65% -
HSV(B) 69.11º 0.51% 0.87% -
XYZ 53.52 65.65 24.32 -
YUV 203.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 204 221 109 0.08 0 0.51 0.13 69.11 0.62 0.65
Hex CC DD 6D 8 0 33 D 45 3E 41
Octal 314 335 155 10 0 63 15 105 76 101
Binary 11001100 11011101 1101101 1000 0 110011 1101 1000101 111110 1000001

Color Harmonies of #CCDD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD6D

Black with #CCDD6D

Text Example


Text Example

White with #CCDD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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