#CEFD4A

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

Shades of Pear #CEFD4A

Tints of Pear #CEFD4A

Color information

#CEFD4A (or 0xCEFD4A) is unknown color: approx Pear. HEX triplet: CE, FD and 4A. RGB value is (206,253,74). Sum of RGB (Red+Green+Blue) = 206+253+74=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD4A is #3102B5. Grayscale: #DBDBDB. Windows color (decimal): -3211958 or 4914638. OLE color: 4914638.

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

Color convert

RGB20625374-
CMYK0.1900.710.01
HSL75.75º97.81%64.12%-
HSV(B)75.75º70.75%99.22%-
XYZ61.8183.8719.41-
YUV218.5446.43119.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 253 (99.22% from 255) = 47.47%
BLUE value IS 74 (29.30% from 255) = 13.88%
R=38.65%
G=47.47%
B=13.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206253740.1900.710.0175.7597.8164.12
HexCEFD4A1304714c6240
Octal3163751122301071114142100
Binary1100111011111101100101010011010001111100110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD4A; }

 p { color: rgb(206,253,74); }

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

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

 a { background-color: rgb(206,253,74); }

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

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

 span { border-color: rgb(206,253,74); }

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