Html Css Color HEX #CCDE2E Pear

📋 copy color: '#CCDE2E'

red 204 ◦ green 222 ◦ blue 46

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

Shades of Pear #CCDE2E

Tints of Pear #CCDE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.75%

R = 43.22%
G = 47.03%
B = 9.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#CCDE2E (or 0xCCDE2E) is known color: Pear. HEX triplet: CC, DE and 2E. RGB value is (204,222,46). Sum of RGB (Red+Green+Blue) = 204+222+46=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDE2E is #3321D1. Grayscale: #C5C5C5. Windows color (decimal): -3350994 or 3071692. OLE color: 3071692.

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

Color convert

RGB 204 222 46 -
CMYK 0.08 0 0.79 0.13
HSL 66.14º 0.73% 0.53% -
HSV(B) 66.14º 0.79% 0.87% -
XYZ 51.52 65.28 12.47 -
YUV 196.55 43.04 133.31 -
System Red Green Blue C M Y K H S L
Decimal 204 222 46 0.08 0 0.79 0.13 66.14 0.73 0.53
Hex CC DE 2E 8 0 4F D 42 49 35
Octal 314 336 56 10 0 117 15 102 111 65
Binary 11001100 11011110 101110 1000 0 1001111 1101 1000010 1001001 110101

Color Harmonies of #CCDE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE2E

Black with #CCDE2E

Text Example


Text Example

White with #CCDE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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