#CEFD3A

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

Shades of Pear #CEFD3A

Tints of Pear #CEFD3A

Color information

#CEFD3A (or 0xCEFD3A) is unknown color: approx Pear. HEX triplet: CE, FD and 3A. RGB value is (206,253,58). Sum of RGB (Red+Green+Blue) = 206+253+58=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD3A is #3102C5. Grayscale: #D9D9D9. Windows color (decimal): -3211974 or 3866062. OLE color: 3866062.

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

Color convert

RGB20625358-
CMYK0.1900.770.01
HSL74.46º97.99%60.98%-
HSV(B)74.46º77.08%99.22%-
XYZ61.3483.6816.92-
YUV216.7238.43120.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 253 (99.22% from 255) = 48.94%
BLUE value IS 58 (23.05% from 255) = 11.22%
R=39.85%
G=48.94%
B=11.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206253580.1900.770.0174.4697.9960.98
HexCEFD3A1304D14a623d
Octal31637572230115111214275
Binary11001110111111011110101001101001101110010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD3A; }

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

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

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

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

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

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

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

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