#CDEB28

Color #CDEB28 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CDEB28

Tints of Pear #CDEB28

Color information

#CDEB28 (or 0xCDEB28) is unknown color: approx Pear. HEX triplet: CD, EB and 28. RGB value is (205,235,40). Sum of RGB (Red+Green+Blue) = 205+235+40=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 235 (92.19% from 255 or 48.96% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEB28 is #3214D7. Grayscale: #CCCCCC. Windows color (decimal): -3282136 or 2681805. OLE color: 2681805.

HSL color Cylindrical-coordinate representation of color #CDEB28: hue angle of 69.23º 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 #CDEB28 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB20523540-
CMYK0.1300.830.08
HSL69.23º82.98%53.92%-
HSV(B)69.23º82.98%92.16%-
XYZ55.2772.5513.1-
YUV203.835.56128.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.71%
GREEN value IS 235 (92.19% from 255) = 48.96%
BLUE value IS 40 (16.02% from 255) = 8.33%
R=42.71%
G=48.96%
B=8.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205235400.1300.830.0869.2382.9853.92
HexCDEB28D0538455336
Octal315353501501231010512366
Binary1100110111101011101000110101010011100010001011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB28; }

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

 H1.HeaderClassName
 {
   color: #CDEB28;
 }
 .AnyTagClassName
 {
   color: #CDEB28;
 }
</style>
background-color css

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

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

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

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

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

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