Html Css Color HEX #CCDE2C Pear

📋 copy color: '#CCDE2C'

red 204 ◦ green 222 ◦ blue 44

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

Shades of Pear #CCDE2C

Tints of Pear #CCDE2C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.23%

 BLUE value IS 44 (17.58% from 255) = 9.36%

R = 43.4%
G = 47.23%
B = 9.36%

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

#CCDE2C (or 0xCCDE2C) is known color: Pear. HEX triplet: CC, DE and 2C. RGB value is (204,222,44). Sum of RGB (Red+Green+Blue) = 204+222+44=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDE2C is #3321D3. Grayscale: #C5C5C5. Windows color (decimal): -3350996 or 2940620. OLE color: 2940620.

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

Color convert

RGB 204 222 44 -
CMYK 0.08 0 0.80 0.13
HSL 66.07º 0.73% 0.52% -
HSV(B) 66.07º 0.8% 0.87% -
XYZ 51.48 65.26 12.27 -
YUV 196.33 42.04 133.47 -
System Red Green Blue C M Y K H S L
Decimal 204 222 44 0.08 0 0.80 0.13 66.07 0.73 0.52
Hex CC DE 2C 8 0 50 D 42 49 34
Octal 314 336 54 10 0 120 15 102 111 64
Binary 11001100 11011110 101100 1000 0 1010000 1101 1000010 1001001 110100

Color Harmonies of #CCDE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE2C

Black with #CCDE2C

Text Example


Text Example

White with #CCDE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE2C; }

 p { color: rgb(204,222,44); }

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

background-color css

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

 a { background-color: rgb(204,222,44); }

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

border-color css

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

 span { border-color: rgb(204,222,44); }

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