#D0FF4B

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

Shades of Pear #D0FF4B

Tints of Pear #D0FF4B

Color information

#D0FF4B (or 0xD0FF4B) is unknown color: approx Pear. HEX triplet: D0, FF and 4B. RGB value is (208,255,75). Sum of RGB (Red+Green+Blue) = 208+255+75=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 75 (29.69% from 255 or 13.94% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FF4B is #2F00B4. Grayscale: #DDDDDD. Windows color (decimal): -3080373 or 4980688. OLE color: 4980688.

HSL color Cylindrical-coordinate representation of color #D0FF4B: hue angle of 75.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0FF4B is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB20825575-
CMYK0.1800.710
HSL75.67º100%64.71%-
HSV(B)75.67º70.59%100%-
XYZ63.0485.4419.83-
YUV220.4345.93119.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.66%
GREEN value IS 255 (100% from 255) = 47.40%
BLUE value IS 75 (29.69% from 255) = 13.94%
R=38.66%
G=47.40%
B=13.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal208255750.1800.71075.6710064.71
HexD0FF4B1204704c6441
Octal3203771132201070114144101
Binary1101000011111111100101110010010001110100110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FF4B; }

 p { color: rgb(208,255,75); }

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

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

 a { background-color: rgb(208,255,75); }

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

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

 span { border-color: rgb(208,255,75); }

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