#CEF538

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

Shades of Pear #CEF538

Tints of Pear #CEF538

Color information

#CEF538 (or 0xCEF538) is unknown color: approx Pear. HEX triplet: CE, F5 and 38. RGB value is (206,245,56). Sum of RGB (Red+Green+Blue) = 206+245+56=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 56 (22.27% from 255 or 11.05% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF538 is #310AC7. Grayscale: #D4D4D4. Windows color (decimal): -3214024 or 3732942. OLE color: 3732942.

HSL color Cylindrical-coordinate representation of color #CEF538: hue angle of 72.38º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEF538 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB20624556-
CMYK0.1600.770.04
HSL72.38º90.43%59.02%-
HSV(B)72.38º77.14%96.08%-
XYZ58.8278.7115.83-
YUV211.7940.08123.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 245 (96.09% from 255) = 48.32%
BLUE value IS 56 (22.27% from 255) = 11.05%
R=40.63%
G=48.32%
B=11.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal206245560.1600.770.0472.3890.4359.02
HexCEF5381004D4485a3b
Octal31636570200115411013273
Binary1100111011110101111000100000100110110010010001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF538; }

 p { color: rgb(206,245,56); }

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

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

 a { background-color: rgb(206,245,56); }

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

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

 span { border-color: rgb(206,245,56); }

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