#cef946

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

Shades of Pear #CEF946

Tints of Pear #CEF946

Color information

#CEF946 (or 0xCEF946) is unknown color: approx Pear. HEX triplet: CE, F9 and 46. RGB value is (206,249,70). Sum of RGB (Red+Green+Blue) = 206+249+70=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 70 (27.73% from 255 or 13.33% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF946 is #3106B9. Grayscale: #D8D8D8. Windows color (decimal): -3212986 or 4651470. OLE color: 4651470.

HSL color Cylindrical-coordinate representation of color #CEF946: hue angle of 74.41º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEF946 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB20624970-
CMYK0.1700.720.02
HSL74.41º93.72%62.55%-
HSV(B)74.41º71.89%97.65%-
XYZ60.4381.3218.3-
YUV215.7445.75121.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 249 (97.66% from 255) = 47.43%
BLUE value IS 70 (27.73% from 255) = 13.33%
R=39.24%
G=47.43%
B=13.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206249700.1700.720.0274.4193.7262.55
HexCEF9461104824a5e3f
Octal316371106210110211213677
Binary1100111011111001100011010001010010001010010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cef946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cef946; }

 p { color: rgb(206,249,70); }

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

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

 a { background-color: rgb(206,249,70); }

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

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

 span { border-color: rgb(206,249,70); }

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