#CEEB28

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

Shades of Pear #CEEB28

Tints of Pear #CEEB28

Color information

#CEEB28 (or 0xCEEB28) is unknown color: approx Pear. HEX triplet: CE, EB and 28. RGB value is (206,235,40). Sum of RGB (Red+Green+Blue) = 206+235+40=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEB28 is #3114D7. Grayscale: #CCCCCC. Windows color (decimal): -3216600 or 2681806. OLE color: 2681806.

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

Color convert

RGB20623540-
CMYK0.1200.830.08
HSL68.92º82.98%53.92%-
HSV(B)68.92º82.98%92.16%-
XYZ55.5472.6913.11-
YUV204.135.39129.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.83%
GREEN value IS 235 (92.19% from 255) = 48.86%
BLUE value IS 40 (16.02% from 255) = 8.32%
R=42.83%
G=48.86%
B=8.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal206235400.1200.830.0868.9282.9853.92
HexCEEB28C0538455336
Octal316353501401231010512366
Binary1100111011101011101000110001010011100010001011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEB28; }

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

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

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

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

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

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

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

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