#CFE216

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

Shades of Pear #CFE216

Tints of Pear #CFE216

Color information

#CFE216 (or 0xCFE216) is unknown color: approx Pear. HEX triplet: CF, E2 and 16. RGB value is (207,226,22). Sum of RGB (Red+Green+Blue) = 207+226+22=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE216 is #301DE9. Grayscale: #C5C5C5. Windows color (decimal): -3153386 or 1499855. OLE color: 1499855.

HSL color Cylindrical-coordinate representation of color #CFE216: hue angle of 65.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFE216 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB20722622-
CMYK0.0800.900.11
HSL65.59º82.26%48.63%-
HSV(B)65.59º90.27%88.63%-
XYZ53.0767.7211.03-
YUV197.0629.21135.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 226 (88.67% from 255) = 49.67%
BLUE value IS 22 (8.98% from 255) = 4.84%
R=45.49%
G=49.67%
B=4.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207226220.0800.900.1165.5982.2648.63
HexCFE216805AB425231
Octal317342261001321310212261
Binary110011111110001010110100001011010101110000101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE216; }

 p { color: rgb(207,226,22); }

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

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

 a { background-color: rgb(207,226,22); }

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

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

 span { border-color: rgb(207,226,22); }

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