Html Css Color HEX #CCDF6D Mindaro

📋 copy color: '#CCDF6D'

red 204 ◦ green 223 ◦ blue 109

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

Shades of Mindaro #CCDF6D

Tints of Mindaro #CCDF6D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.6%

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

R = 38.06%
G = 41.6%
B = 20.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#CCDF6D (or 0xCCDF6D) is known color: Mindaro. HEX triplet: CC, DF and 6D. RGB value is (204,223,109). Sum of RGB (Red+Green+Blue) = 204+223+109=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF6D is #332092. Grayscale: #CCCCCC. Windows color (decimal): -3350675 or 7200716. OLE color: 7200716.

HSL color Cylindrical-coordinate representation of color #CCDF6D: hue angle of 70º degrees, saturation: 0.64, 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 #CCDF6D is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 223 109 -
CMYK 0.09 0 0.51 0.13
HSL 70º 0.64% 0.65% -
HSV(B) 70º 0.51% 0.87% -
XYZ 54.05 66.72 24.5 -
YUV 204.32 74.21 127.77 -
System Red Green Blue C M Y K H S L
Decimal 204 223 109 0.09 0 0.51 0.13 70 0.64 0.65
Hex CC DF 6D 9 0 33 D 46 40 41
Octal 314 337 155 11 0 63 15 106 100 101
Binary 11001100 11011111 1101101 1001 0 110011 1101 1000110 1000000 1000001

Color Harmonies of #CCDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF6D

Black with #CCDF6D

Text Example


Text Example

White with #CCDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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