Html Css Color HEX #CCDD75 Mindaro

📋 copy color: '#CCDD75'

red 204 ◦ green 221 ◦ blue 117

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

Shades of Mindaro #CCDD75

Tints of Mindaro #CCDD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.59%

R = 37.64%
G = 40.77%
B = 21.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#CCDD75 (or 0xCCDD75) is known color: Mindaro. HEX triplet: CC, DD and 75. RGB value is (204,221,117). Sum of RGB (Red+Green+Blue) = 204+221+117=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD75 is #33228A. Grayscale: #CCCCCC. Windows color (decimal): -3351179 or 7724492. OLE color: 7724492.

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

Color convert

RGB 204 221 117 -
CMYK 0.08 0 0.47 0.13
HSL 69.81º 0.6% 0.66% -
HSV(B) 69.81º 0.47% 0.87% -
XYZ 53.97 65.83 26.69 -
YUV 204.06 78.87 127.96 -
System Red Green Blue C M Y K H S L
Decimal 204 221 117 0.08 0 0.47 0.13 69.81 0.6 0.66
Hex CC DD 75 8 0 2F D 46 3C 42
Octal 314 335 165 10 0 57 15 106 74 102
Binary 11001100 11011101 1110101 1000 0 101111 1101 1000110 111100 1000010

Color Harmonies of #CCDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD75

Black with #CCDD75

Text Example


Text Example

White with #CCDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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