Html Css Color HEX #CCEC28 Pear

📋 copy color: '#CCEC28'

red 204 ◦ green 236 ◦ blue 40

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

Shades of Pear #CCEC28

Tints of Pear #CCEC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.33%

R = 42.5%
G = 49.17%
B = 8.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#CCEC28 (or 0xCCEC28) is known color: Pear. HEX triplet: CC, EC and 28. RGB value is (204,236,40). Sum of RGB (Red+Green+Blue) = 204+236+40=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC28 is #3313D7. Grayscale: #CCCCCC. Windows color (decimal): -3347416 or 2682060. OLE color: 2682060.

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

Color convert

RGB 204 236 40 -
CMYK 0.14 0 0.83 0.07
HSL 69.8º 0.84% 0.54% -
HSV(B) 69.8º 0.83% 0.93% -
XYZ 55.28 72.98 13.18 -
YUV 204.09 35.4 127.94 -
System Red Green Blue C M Y K H S L
Decimal 204 236 40 0.14 0 0.83 0.07 69.8 0.84 0.54
Hex CC EC 28 E 0 53 7 46 54 36
Octal 314 354 50 16 0 123 7 106 124 66
Binary 11001100 11101100 101000 1110 0 1010011 111 1000110 1010100 110110

Color Harmonies of #CCEC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC28

Black with #CCEC28

Text Example


Text Example

White with #CCEC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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