Html Css Color HEX #CCDD2D Pear

📋 copy color: '#CCDD2D'

red 204 ◦ green 221 ◦ blue 45

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

Shades of Pear #CCDD2D

Tints of Pear #CCDD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.57%

R = 43.4%
G = 47.02%
B = 9.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#CCDD2D (or 0xCCDD2D) is known color: Pear. HEX triplet: CC, DD and 2D. RGB value is (204,221,45). Sum of RGB (Red+Green+Blue) = 204+221+45=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD2D is #3322D2. Grayscale: #C4C4C4. Windows color (decimal): -3351251 or 3005900. OLE color: 3005900.

HSL color Cylindrical-coordinate representation of color #CCDD2D: hue angle of 65.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCDD2D is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 45 -
CMYK 0.08 0 0.80 0.13
HSL 65.8º 0.72% 0.52% -
HSV(B) 65.8º 0.8% 0.87% -
XYZ 51.23 64.74 12.28 -
YUV 195.85 42.87 133.81 -
System Red Green Blue C M Y K H S L
Decimal 204 221 45 0.08 0 0.80 0.13 65.8 0.72 0.52
Hex CC DD 2D 8 0 50 D 42 48 34
Octal 314 335 55 10 0 120 15 102 110 64
Binary 11001100 11011101 101101 1000 0 1010000 1101 1000010 1001000 110100

Color Harmonies of #CCDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD2D

Black with #CCDD2D

Text Example


Text Example

White with #CCDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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