Html Css Color HEX #CCDD70 Mindaro

📋 copy color: '#CCDD70'

red 204 ◦ green 221 ◦ blue 112

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

Shades of Mindaro #CCDD70

Tints of Mindaro #CCDD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.86%

R = 37.99%
G = 41.15%
B = 20.86%

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

#CCDD70 (or 0xCCDD70) is known color: Mindaro. HEX triplet: CC, DD and 70. RGB value is (204,221,112). Sum of RGB (Red+Green+Blue) = 204+221+112=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD70 is #33228F. Grayscale: #CBCBCB. Windows color (decimal): -3351184 or 7396812. OLE color: 7396812.

HSL color Cylindrical-coordinate representation of color #CCDD70: hue angle of 69.36º degrees, saturation: 0.62, 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 #CCDD70 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 112 -
CMYK 0.08 0 0.49 0.13
HSL 69.36º 0.62% 0.65% -
HSV(B) 69.36º 0.49% 0.87% -
XYZ 53.68 65.72 25.19 -
YUV 203.49 76.37 128.36 -
System Red Green Blue C M Y K H S L
Decimal 204 221 112 0.08 0 0.49 0.13 69.36 0.62 0.65
Hex CC DD 70 8 0 31 D 45 3E 41
Octal 314 335 160 10 0 61 15 105 76 101
Binary 11001100 11011101 1110000 1000 0 110001 1101 1000101 111110 1000001

Color Harmonies of #CCDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD70

Black with #CCDD70

Text Example


Text Example

White with #CCDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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