#CFFC27

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

Shades of Pear #CFFC27

Tints of Pear #CFFC27

Color information

#CFFC27 (or 0xCFFC27) is unknown color: approx Pear. HEX triplet: CF, FC and 27. RGB value is (207,252,39). Sum of RGB (Red+Green+Blue) = 207+252+39=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 39 (15.62% from 255 or 7.83% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC27 is #3003D8. Grayscale: #D7D7D7. Windows color (decimal): -3146713 or 2620623. OLE color: 2620623.

HSL color Cylindrical-coordinate representation of color #CFFC27: hue angle of 72.68º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFFC27 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB20725239-
CMYK0.1800.850.01
HSL72.68º97.26%57.06%-
HSV(B)72.68º84.52%98.82%-
XYZ60.9183.0314.74-
YUV214.2629.09122.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 252 (98.83% from 255) = 50.60%
BLUE value IS 39 (15.62% from 255) = 7.83%
R=41.57%
G=50.60%
B=7.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal207252390.1800.850.0172.6897.2657.06
HexCFFC27120551496139
Octal31737447220125111114171
Binary11001111111111001001111001001010101110010011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFC27; }

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

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

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

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

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

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

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

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