#CEDF26

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

Shades of Pear #CEDF26

Tints of Pear #CEDF26

Color information

#CEDF26 (or 0xCEDF26) is unknown color: approx Pear. HEX triplet: CE, DF and 26. RGB value is (206,223,38). Sum of RGB (Red+Green+Blue) = 206+223+38=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 38 (15.23% from 255 or 8.14% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF26 is #3120D9. Grayscale: #C5C5C5. Windows color (decimal): -3219674 or 2547662. OLE color: 2547662.

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

Color convert

RGB20622338-
CMYK0.0800.830.13
HSL65.51º74.3%51.18%-
HSV(B)65.51º82.96%87.45%-
XYZ52.1966.0411.83-
YUV196.8338.37134.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 223 (87.5% from 255) = 47.75%
BLUE value IS 38 (15.23% from 255) = 8.14%
R=44.11%
G=47.75%
B=8.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal206223380.0800.830.1365.5174.351.18
HexCEDF268053D424a33
Octal316337461001231510211263
Binary1100111011011111100110100001010011110110000101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDF26; }

 p { color: rgb(206,223,38); }

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

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

 a { background-color: rgb(206,223,38); }

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

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

 span { border-color: rgb(206,223,38); }

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