#ceff47

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

Shades of Pear #CEFF47

Tints of Pear #CEFF47

Color information

#CEFF47 (or 0xCEFF47) is unknown color: approx Pear. HEX triplet: CE, FF and 47. RGB value is (206,255,71). Sum of RGB (Red+Green+Blue) = 206+255+71=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 71 (28.12% from 255 or 13.35% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF47 is #3100B8. Grayscale: #DCDCDC. Windows color (decimal): -3211449 or 4718542. OLE color: 4718542.

HSL color Cylindrical-coordinate representation of color #CEFF47: hue angle of 75.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEFF47 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB20625571-
CMYK0.1900.720
HSL75.98º100%63.92%-
HSV(B)75.98º72.16%100%-
XYZ62.3585.119.1-
YUV219.3744.27118.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.72%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 71 (28.12% from 255) = 13.35%
R=38.72%
G=47.93%
B=13.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206255710.1900.72075.9810063.92
HexCEFF471304804c6440
Octal3163771072301100114144100
Binary1100111011111111100011110011010010000100110011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceff47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceff47; }

 p { color: rgb(206,255,71); }

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

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

 a { background-color: rgb(206,255,71); }

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

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

 span { border-color: rgb(206,255,71); }

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