#CFF540

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

Shades of Pear #CFF540

Tints of Pear #CFF540

Color information

#CFF540 (or 0xCFF540) is unknown color: approx Pear. HEX triplet: CF, F5 and 40. RGB value is (207,245,64). Sum of RGB (Red+Green+Blue) = 207+245+64=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF540 is #300ABF. Grayscale: #D5D5D5. Windows color (decimal): -3148480 or 4257231. OLE color: 4257231.

HSL color Cylindrical-coordinate representation of color #CFF540: hue angle of 72.6º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFF540 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB20724564-
CMYK0.1600.740.04
HSL72.6º90.05%60.59%-
HSV(B)72.6º73.88%96.08%-
XYZ59.3178.9416.96-
YUV21343.91123.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 245 (96.09% from 255) = 47.48%
BLUE value IS 64 (25.39% from 255) = 12.40%
R=40.12%
G=47.48%
B=12.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal207245640.1600.740.0472.690.0560.59
HexCFF5401004A4495a3d
Octal317365100200112411113275
Binary11001111111101011000000100000100101010010010011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF540; }

 p { color: rgb(207,245,64); }

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

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

 a { background-color: rgb(207,245,64); }

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

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

 span { border-color: rgb(207,245,64); }

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