Html Css Color HEX #CCDF76 Mindaro

📋 copy color: '#CCDF76'

red 204 ◦ green 223 ◦ blue 118

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

Shades of Mindaro #CCDF76

Tints of Mindaro #CCDF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.65%

R = 37.43%
G = 40.92%
B = 21.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#CCDF76 (or 0xCCDF76) is known color: Mindaro. HEX triplet: CC, DF and 76. RGB value is (204,223,118). Sum of RGB (Red+Green+Blue) = 204+223+118=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF76 is #332089. Grayscale: #CDCDCD. Windows color (decimal): -3350666 or 7790540. OLE color: 7790540.

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

Color convert

RGB 204 223 118 -
CMYK 0.09 0 0.47 0.13
HSL 70.86º 0.62% 0.67% -
HSV(B) 70.86º 0.47% 0.87% -
XYZ 54.56 66.92 27.18 -
YUV 205.35 78.71 127.04 -
System Red Green Blue C M Y K H S L
Decimal 204 223 118 0.09 0 0.47 0.13 70.86 0.62 0.67
Hex CC DF 76 9 0 2F D 47 3E 43
Octal 314 337 166 11 0 57 15 107 76 103
Binary 11001100 11011111 1110110 1001 0 101111 1101 1000111 111110 1000011

Color Harmonies of #CCDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF76

Black with #CCDF76

Text Example


Text Example

White with #CCDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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