Html Css Color HEX #CCED2C Pear

📋 copy color: '#CCED2C'

red 204 ◦ green 237 ◦ blue 44

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

Shades of Pear #CCED2C

Tints of Pear #CCED2C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.87%

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

R = 42.06%
G = 48.87%
B = 9.07%

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

#CCED2C (or 0xCCED2C) is known color: Pear. HEX triplet: CC, ED and 2C. RGB value is (204,237,44). Sum of RGB (Red+Green+Blue) = 204+237+44=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED2C is #3312D3. Grayscale: #CDCDCD. Windows color (decimal): -3347156 or 2944460. OLE color: 2944460.

HSL color Cylindrical-coordinate representation of color #CCED2C: hue angle of 70.26º degrees, saturation: 0.84, 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 #CCED2C is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 44 -
CMYK 0.14 0 0.81 0.07
HSL 70.26º 0.84% 0.55% -
HSV(B) 70.26º 0.81% 0.93% -
XYZ 55.64 73.59 13.65 -
YUV 205.13 37.07 127.19 -
System Red Green Blue C M Y K H S L
Decimal 204 237 44 0.14 0 0.81 0.07 70.26 0.84 0.55
Hex CC ED 2C E 0 51 7 46 54 37
Octal 314 355 54 16 0 121 7 106 124 67
Binary 11001100 11101101 101100 1110 0 1010001 111 1000110 1010100 110111

Color Harmonies of #CCED2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED2C

Black with #CCED2C

Text Example


Text Example

White with #CCED2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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