Html Css Color HEX #CCEB2C Pear

📋 copy color: '#CCEB2C'

red 204 ◦ green 235 ◦ blue 44

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

Shades of Pear #CCEB2C

Tints of Pear #CCEB2C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.65%

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

R = 42.24%
G = 48.65%
B = 9.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#CCEB2C (or 0xCCEB2C) is known color: Pear. HEX triplet: CC, EB and 2C. RGB value is (204,235,44). Sum of RGB (Red+Green+Blue) = 204+235+44=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEB2C is #3314D3. Grayscale: #CCCCCC. Windows color (decimal): -3347668 or 2943948. OLE color: 2943948.

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

Color convert

RGB 204 235 44 -
CMYK 0.13 0 0.81 0.08
HSL 69.74º 0.83% 0.55% -
HSV(B) 69.74º 0.81% 0.92% -
XYZ 55.06 72.44 13.46 -
YUV 203.96 37.73 128.03 -
System Red Green Blue C M Y K H S L
Decimal 204 235 44 0.13 0 0.81 0.08 69.74 0.83 0.55
Hex CC EB 2C D 0 51 8 46 53 37
Octal 314 353 54 15 0 121 10 106 123 67
Binary 11001100 11101011 101100 1101 0 1010001 1000 1000110 1010011 110111

Color Harmonies of #CCEB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB2C

Black with #CCEB2C

Text Example


Text Example

White with #CCEB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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