#CFE821

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

Shades of Pear #CFE821

Tints of Pear #CFE821

Color information

#CFE821 (or 0xCFE821) is unknown color: approx Pear. HEX triplet: CF, E8 and 21. RGB value is (207,232,33). Sum of RGB (Red+Green+Blue) = 207+232+33=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 33 (13.28% from 255 or 6.99% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE821 is #3017DE. Grayscale: #CACACA. Windows color (decimal): -3151839 or 2222287. OLE color: 2222287.

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

Color convert

RGB20723233-
CMYK0.1100.860.09
HSL67.54º81.22%51.96%-
HSV(B)67.54º85.78%90.98%-
XYZ54.8671.0912.27-
YUV201.8432.72131.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 232 (91.02% from 255) = 49.15%
BLUE value IS 33 (13.28% from 255) = 6.99%
R=43.86%
G=49.15%
B=6.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207232330.1100.860.0967.5481.2251.96
HexCFE821B0569445134
Octal317350411301261110412164
Binary1100111111101000100001101101010110100110001001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE821; }

 p { color: rgb(207,232,33); }

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

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

 a { background-color: rgb(207,232,33); }

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

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

 span { border-color: rgb(207,232,33); }

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