Html Css Color HEX #CCEC2C Pear

📋 copy color: '#CCEC2C'

red 204 ◦ green 236 ◦ blue 44

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

Shades of Pear #CCEC2C

Tints of Pear #CCEC2C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.76%

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

R = 42.15%
G = 48.76%
B = 9.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#CCEC2C (or 0xCCEC2C) is known color: Pear. HEX triplet: CC, EC and 2C. RGB value is (204,236,44). Sum of RGB (Red+Green+Blue) = 204+236+44=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC2C is #3313D3. Grayscale: #CDCDCD. Windows color (decimal): -3347412 or 2944204. OLE color: 2944204.

HSL color Cylindrical-coordinate representation of color #CCEC2C: hue angle of 70º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCEC2C is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 44 -
CMYK 0.14 0 0.81 0.07
HSL 70º 0.83% 0.55% -
HSV(B) 70º 0.81% 0.93% -
XYZ 55.35 73.01 13.56 -
YUV 204.54 37.4 127.61 -
System Red Green Blue C M Y K H S L
Decimal 204 236 44 0.14 0 0.81 0.07 70 0.83 0.55
Hex CC EC 2C E 0 51 7 46 53 37
Octal 314 354 54 16 0 121 7 106 123 67
Binary 11001100 11101100 101100 1110 0 1010001 111 1000110 1010011 110111

Color Harmonies of #CCEC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC2C

Black with #CCEC2C

Text Example


Text Example

White with #CCEC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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