Html Css Color HEX #D0F728 Pear

📋 copy color: '#D0F728'

red 208 ◦ green 247 ◦ blue 40

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

Shades of Pear #D0F728

Tints of Pear #D0F728

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.9%

 BLUE value IS 40 (16.02% from 255) = 8.08%

R = 42.02%
G = 49.9%
B = 8.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#D0F728 (or 0xD0F728) is known color: Pear. HEX triplet: D0, F7 and 28. RGB value is (208,247,40). Sum of RGB (Red+Green+Blue) = 208+247+40=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F728 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F728 is #2F08D7. Grayscale: #D4D4D4. Windows color (decimal): -3082456 or 2684880. OLE color: 2684880.

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

Color convert

RGB 208 247 40 -
CMYK 0.16 0 0.84 0.03
HSL 71.3º 0.93% 0.56% -
HSV(B) 71.3º 0.84% 0.97% -
XYZ 59.66 80.08 14.32 -
YUV 211.74 31.08 125.33 -
System Red Green Blue C M Y K H S L
Decimal 208 247 40 0.16 0 0.84 0.03 71.3 0.93 0.56
Hex D0 F7 28 10 0 54 3 47 5D 38
Octal 320 367 50 20 0 124 3 107 135 70
Binary 11010000 11110111 101000 10000 0 1010100 11 1000111 1011101 111000

Color Harmonies of #D0F728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F728

Black with #D0F728

Text Example


Text Example

White with #D0F728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F728; }

 p { color: rgb(208,247,40); }

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

background-color css

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

 a { background-color: rgb(208,247,40); }

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

border-color css

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

 span { border-color: rgb(208,247,40); }

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