#CEFA35

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

Shades of Pear #CEFA35

Tints of Pear #CEFA35

Color information

#CEFA35 (or 0xCEFA35) is unknown color: approx Pear. HEX triplet: CE, FA and 35. RGB value is (206,250,53). Sum of RGB (Red+Green+Blue) = 206+250+53=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 53 (21.09% from 255 or 10.41% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA35 is #3105CA. Grayscale: #D7D7D7. Windows color (decimal): -3212747 or 3537614. OLE color: 3537614.

HSL color Cylindrical-coordinate representation of color #CEFA35: hue angle of 73.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEFA35 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB20625053-
CMYK0.1800.790.02
HSL73.4º95.17%59.41%-
HSV(B)73.4º78.8%98.04%-
XYZ60.2881.7515.97-
YUV214.3936.92122.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 250 (98.05% from 255) = 49.12%
BLUE value IS 53 (21.09% from 255) = 10.41%
R=40.47%
G=49.12%
B=10.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206250530.1800.790.0273.495.1759.41
HexCEFA351204F2495f3b
Octal31637265220117211113773
Binary110011101111101011010110010010011111010010011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFA35; }

 p { color: rgb(206,250,53); }

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

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

 a { background-color: rgb(206,250,53); }

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

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

 span { border-color: rgb(206,250,53); }

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