#CFF227

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

Shades of Pear #CFF227

Tints of Pear #CFF227

Color information

#CFF227 (or 0xCFF227) is unknown color: approx Pear. HEX triplet: CF, F2 and 27. RGB value is (207,242,39). Sum of RGB (Red+Green+Blue) = 207+242+39=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF227 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF227 is #300DD8. Grayscale: #D1D1D1. Windows color (decimal): -3149273 or 2618063. OLE color: 2618063.

HSL color Cylindrical-coordinate representation of color #CFF227: hue angle of 70.34º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFF227 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB20724239-
CMYK0.1400.840.05
HSL70.34º88.65%55.1%-
HSV(B)70.34º83.88%94.9%-
XYZ57.8576.9213.72-
YUV208.3932.4127.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 242 (94.92% from 255) = 49.59%
BLUE value IS 39 (15.62% from 255) = 7.99%
R=42.42%
G=49.59%
B=7.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal207242390.1400.840.0570.3488.6555.1
HexCFF227E0545465937
Octal31736247160124510613167
Binary110011111111001010011111100101010010110001101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF227; }

 p { color: rgb(207,242,39); }

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

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

 a { background-color: rgb(207,242,39); }

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

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

 span { border-color: rgb(207,242,39); }

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