Html Css Color HEX #CCED28 Pear

📋 copy color: '#CCED28'

red 204 ◦ green 237 ◦ blue 40

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

Shades of Pear #CCED28

Tints of Pear #CCED28

RGB

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

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

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

R = 42.41%
G = 49.27%
B = 8.32%

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

#CCED28 (or 0xCCED28) is known color: Pear. HEX triplet: CC, ED and 28. RGB value is (204,237,40). Sum of RGB (Red+Green+Blue) = 204+237+40=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED28 is #3312D7. Grayscale: #CDCDCD. Windows color (decimal): -3347160 or 2682316. OLE color: 2682316.

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

Color convert

RGB 204 237 40 -
CMYK 0.14 0 0.83 0.07
HSL 70.05º 0.85% 0.54% -
HSV(B) 70.05º 0.83% 0.93% -
XYZ 55.57 73.56 13.28 -
YUV 204.68 35.07 127.52 -
System Red Green Blue C M Y K H S L
Decimal 204 237 40 0.14 0 0.83 0.07 70.05 0.85 0.54
Hex CC ED 28 E 0 53 7 46 55 36
Octal 314 355 50 16 0 123 7 106 125 66
Binary 11001100 11101101 101000 1110 0 1010011 111 1000110 1010101 110110

Color Harmonies of #CCED28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED28

Black with #CCED28

Text Example


Text Example

White with #CCED28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED28; }

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

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

background-color css

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

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

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

border-color css

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

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

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