#CFE531

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

Shades of Pear #CFE531

Tints of Pear #CFE531

Color information

#CFE531 (or 0xCFE531) is unknown color: approx Pear. HEX triplet: CF, E5 and 31. RGB value is (207,229,49). Sum of RGB (Red+Green+Blue) = 207+229+49=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE531 is #301ACE. Grayscale: #CACACA. Windows color (decimal): -3152591 or 3270095. OLE color: 3270095.

HSL color Cylindrical-coordinate representation of color #CFE531: hue angle of 67.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFE531 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB20722949-
CMYK0.1000.790.10
HSL67.33º77.59%54.51%-
HSV(B)67.33º78.6%89.8%-
XYZ54.3169.5313.46-
YUV201.941.71131.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.68%
GREEN value IS 229 (89.84% from 255) = 47.22%
BLUE value IS 49 (19.53% from 255) = 10.10%
R=42.68%
G=47.22%
B=10.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal207229490.1000.790.1067.3377.5954.51
HexCFE531A04FA434e37
Octal317345611201171210311667
Binary1100111111100101110001101001001111101010000111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE531; }

 p { color: rgb(207,229,49); }

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

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

 a { background-color: rgb(207,229,49); }

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

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

 span { border-color: rgb(207,229,49); }

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