#CEFF4D

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

Shades of Pear #CEFF4D

Tints of Pear #CEFF4D

Color information

#CEFF4D (or 0xCEFF4D) is unknown color: approx Pear. HEX triplet: CE, FF and 4D. RGB value is (206,255,77). Sum of RGB (Red+Green+Blue) = 206+255+77=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 77 (30.47% from 255 or 14.31% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF4D is #3100B2. Grayscale: #DCDCDC. Windows color (decimal): -3211443 or 5111758. OLE color: 5111758.

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

Color convert

RGB20625577-
CMYK0.1900.700
HSL76.52º100%65.1%-
HSV(B)76.52º69.8%100%-
XYZ62.5585.1820.17-
YUV220.0647.27117.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 255 (100% from 255) = 47.40%
BLUE value IS 77 (30.47% from 255) = 14.31%
R=38.29%
G=47.40%
B=14.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206255770.1900.70076.5210065.1
HexCEFF4D1304604d6441
Octal3163771152301060115144101
Binary1100111011111111100110110011010001100100110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF4D; }

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

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

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

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

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

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

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

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