#CEF245

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

Shades of Pear #CEF245

Tints of Pear #CEF245

Color information

#CEF245 (or 0xCEF245) is unknown color: approx Pear. HEX triplet: CE, F2 and 45. RGB value is (206,242,69). Sum of RGB (Red+Green+Blue) = 206+242+69=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF245 is #310DBA. Grayscale: #D4D4D4. Windows color (decimal): -3214779 or 4584142. OLE color: 4584142.

HSL color Cylindrical-coordinate representation of color #CEF245: hue angle of 72.49º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEF245 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB20624269-
CMYK0.1500.710.05
HSL72.49º86.93%60.98%-
HSV(B)72.49º71.49%94.9%-
XYZ58.2877.0617.43-
YUV211.5147.57124.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 242 (94.92% from 255) = 46.81%
BLUE value IS 69 (27.34% from 255) = 13.35%
R=39.85%
G=46.81%
B=13.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206242690.1500.710.0572.4986.9360.98
HexCEF245F047548573d
Octal316362105170107511012775
Binary1100111011110010100010111110100011110110010001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF245; }

 p { color: rgb(206,242,69); }

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

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

 a { background-color: rgb(206,242,69); }

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

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

 span { border-color: rgb(206,242,69); }

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