Html Css Color HEX #D0F73F Pear

📋 copy color: '#D0F73F'

red 208 ◦ green 247 ◦ blue 63

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

Shades of Pear #D0F73F

Tints of Pear #D0F73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.16%

R = 40.15%
G = 47.68%
B = 12.16%

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

#D0F73F (or 0xD0F73F) is known color: Pear. HEX triplet: D0, F7 and 3F. RGB value is (208,247,63). Sum of RGB (Red+Green+Blue) = 208+247+63=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 63 (25% from 255 or 12.16% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F73F is #2F08C0. Grayscale: #D7D7D7. Windows color (decimal): -3082433 or 4192208. OLE color: 4192208.

HSL color Cylindrical-coordinate representation of color #D0F73F: hue angle of 72.72º degrees, saturation: 0.92, 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 #D0F73F is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 247 63 -
CMYK 0.16 0 0.74 0.03
HSL 72.72º 0.92% 0.61% -
HSV(B) 72.72º 0.74% 0.97% -
XYZ 60.17 80.29 17.03 -
YUV 214.36 42.58 123.46 -
System Red Green Blue C M Y K H S L
Decimal 208 247 63 0.16 0 0.74 0.03 72.72 0.92 0.61
Hex D0 F7 3F 10 0 4A 3 49 5C 3D
Octal 320 367 77 20 0 112 3 111 134 75
Binary 11010000 11110111 111111 10000 0 1001010 11 1001001 1011100 111101

Color Harmonies of #D0F73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F73F

Black with #D0F73F

Text Example


Text Example

White with #D0F73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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