Html Css Color HEX #CCEB28 Pear

📋 copy color: '#CCEB28'

red 204 ◦ green 235 ◦ blue 40

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

Shades of Pear #CCEB28

Tints of Pear #CCEB28

RGB

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

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

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

R = 42.59%
G = 49.06%
B = 8.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#CCEB28 (or 0xCCEB28) is known color: Pear. HEX triplet: CC, EB and 28. RGB value is (204,235,40). Sum of RGB (Red+Green+Blue) = 204+235+40=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEB28 is #3314D7. Grayscale: #CCCCCC. Windows color (decimal): -3347672 or 2681804. OLE color: 2681804.

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

Color convert

RGB 204 235 40 -
CMYK 0.13 0 0.83 0.08
HSL 69.54º 0.83% 0.54% -
HSV(B) 69.54º 0.83% 0.92% -
XYZ 54.99 72.41 13.09 -
YUV 203.5 35.73 128.36 -
System Red Green Blue C M Y K H S L
Decimal 204 235 40 0.13 0 0.83 0.08 69.54 0.83 0.54
Hex CC EB 28 D 0 53 8 46 53 36
Octal 314 353 50 15 0 123 10 106 123 66
Binary 11001100 11101011 101000 1101 0 1010011 1000 1000110 1010011 110110

Color Harmonies of #CCEB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB28

Black with #CCEB28

Text Example


Text Example

White with #CCEB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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