Html Css Color HEX #CCDD71 Mindaro

📋 copy color: '#CCDD71'

red 204 ◦ green 221 ◦ blue 113

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

Shades of Mindaro #CCDD71

Tints of Mindaro #CCDD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21%

R = 37.92%
G = 41.08%
B = 21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#CCDD71 (or 0xCCDD71) is known color: Mindaro. HEX triplet: CC, DD and 71. RGB value is (204,221,113). Sum of RGB (Red+Green+Blue) = 204+221+113=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD71 is #33228E. Grayscale: #CCCCCC. Windows color (decimal): -3351183 or 7462348. OLE color: 7462348.

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

Color convert

RGB 204 221 113 -
CMYK 0.08 0 0.49 0.13
HSL 69.44º 0.61% 0.65% -
HSV(B) 69.44º 0.49% 0.87% -
XYZ 53.74 65.74 25.48 -
YUV 203.61 76.87 128.28 -
System Red Green Blue C M Y K H S L
Decimal 204 221 113 0.08 0 0.49 0.13 69.44 0.61 0.65
Hex CC DD 71 8 0 31 D 45 3D 41
Octal 314 335 161 10 0 61 15 105 75 101
Binary 11001100 11011101 1110001 1000 0 110001 1101 1000101 111101 1000001

Color Harmonies of #CCDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD71

Black with #CCDD71

Text Example


Text Example

White with #CCDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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