#CEF330

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

Shades of Pear #CEF330

Tints of Pear #CEF330

Color information

#CEF330 (or 0xCEF330) is unknown color: approx Pear. HEX triplet: CE, F3 and 30. RGB value is (206,243,48). Sum of RGB (Red+Green+Blue) = 206+243+48=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF330 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF330 is #310CCF. Grayscale: #D2D2D2. Windows color (decimal): -3214544 or 3208142. OLE color: 3208142.

HSL color Cylindrical-coordinate representation of color #CEF330: hue angle of 71.38º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEF330 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB20624348-
CMYK0.1500.800.05
HSL71.38º89.04%57.06%-
HSV(B)71.38º80.25%95.29%-
XYZ58.0477.4414.68-
YUV209.7136.74125.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 243 (95.31% from 255) = 48.89%
BLUE value IS 48 (19.14% from 255) = 9.66%
R=41.45%
G=48.89%
B=9.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206243480.1500.800.0571.3889.0457.06
HexCEF330F0505475939
Octal31636360170120510713171
Binary110011101111001111000011110101000010110001111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF330; }

 p { color: rgb(206,243,48); }

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

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

 a { background-color: rgb(206,243,48); }

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

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

 span { border-color: rgb(206,243,48); }

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