#CEE71F

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

Shades of Pear #CEE71F

Tints of Pear #CEE71F

Color information

#CEE71F (or 0xCEE71F) is unknown color: approx Pear. HEX triplet: CE, E7 and 1F. RGB value is (206,231,31). Sum of RGB (Red+Green+Blue) = 206+231+31=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE71F is #3118E0. Grayscale: #C9C9C9. Windows color (decimal): -3217633 or 2090958. OLE color: 2090958.

HSL color Cylindrical-coordinate representation of color #CEE71F: hue angle of 67.5º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEE71F is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB20623131-
CMYK0.1100.870.09
HSL67.5º80.65%51.37%-
HSV(B)67.5º86.58%90.59%-
XYZ54.2870.3712.02-
YUV200.7232.22131.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.02%
GREEN value IS 231 (90.62% from 255) = 49.36%
BLUE value IS 31 (12.5% from 255) = 6.62%
R=44.02%
G=49.36%
B=6.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206231310.1100.870.0967.580.6551.37
HexCEE71FB0579445133
Octal316347371301271110412163
Binary110011101110011111111101101010111100110001001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE71F; }

 p { color: rgb(206,231,31); }

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

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

 a { background-color: rgb(206,231,31); }

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

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

 span { border-color: rgb(206,231,31); }

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