Html Css Color HEX #D0F840 Pear

📋 copy color: '#D0F840'

red 208 ◦ green 248 ◦ blue 64

#D0F840
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D0F840

Tints of Pear #D0F840

RGB

 RED value IS 208 (81.64% from 255) = 40%

 GREEN value IS 248 (97.27% from 255) = 47.69%

 BLUE value IS 64 (25.39% from 255) = 12.31%

R = 40%
G = 47.69%
B = 12.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#D0F840 (or 0xD0F840) is known color: Pear. HEX triplet: D0, F8 and 40. RGB value is (208,248,64). Sum of RGB (Red+Green+Blue) = 208+248+64=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F840 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F840 is #2F07BF. Grayscale: #D7D7D7. Windows color (decimal): -3082176 or 4258000. OLE color: 4258000.

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

Color convert

RGB 208 248 64 -
CMYK 0.16 0 0.74 0.03
HSL 73.04º 0.93% 0.61% -
HSV(B) 73.04º 0.74% 0.97% -
XYZ 60.51 80.91 17.28 -
YUV 215.06 42.75 122.96 -
System Red Green Blue C M Y K H S L
Decimal 208 248 64 0.16 0 0.74 0.03 73.04 0.93 0.61
Hex D0 F8 40 10 0 4A 3 49 5D 3D
Octal 320 370 100 20 0 112 3 111 135 75
Binary 11010000 11111000 1000000 10000 0 1001010 11 1001001 1011101 111101

Color Harmonies of #D0F840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F840

Black with #D0F840

Text Example


Text Example

White with #D0F840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F840; }

 p { color: rgb(208,248,64); }

 H1.HeaderClassName
 {
   color: #D0F840;
 }
 .AnyTagClassName
 {
   color: #D0F840;
 }
</style>

background-color css

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

 a { background-color: rgb(208,248,64); }

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

border-color css

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

 span { border-color: rgb(208,248,64); }

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