#CFF83D

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

Shades of Pear #CFF83D

Tints of Pear #CFF83D

Color information

#CFF83D (or 0xCFF83D) is unknown color: approx Pear. HEX triplet: CF, F8 and 3D. RGB value is (207,248,61). Sum of RGB (Red+Green+Blue) = 207+248+61=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF83D is #3007C2. Grayscale: #D7D7D7. Windows color (decimal): -3147715 or 4061391. OLE color: 4061391.

HSL color Cylindrical-coordinate representation of color #CFF83D: hue angle of 73.16º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFF83D is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB20724861-
CMYK0.1700.750.03
HSL73.16º93.03%60.59%-
HSV(B)73.16º75.4%97.25%-
XYZ60.1480.7416.83-
YUV214.4241.42122.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 248 (97.27% from 255) = 48.06%
BLUE value IS 61 (24.22% from 255) = 11.82%
R=40.12%
G=48.06%
B=11.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal207248610.1700.750.0373.1693.0360.59
HexCFF83D1104B3495d3d
Octal31737075210113311113575
Binary110011111111100011110110001010010111110010011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF83D; }

 p { color: rgb(207,248,61); }

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

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

 a { background-color: rgb(207,248,61); }

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

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

 span { border-color: rgb(207,248,61); }

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