Html Css Color HEX #D0F73D Pear

📋 copy color: '#D0F73D'

red 208 ◦ green 247 ◦ blue 61

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

Shades of Pear #D0F73D

Tints of Pear #D0F73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.82%

R = 40.31%
G = 47.87%
B = 11.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#D0F73D (or 0xD0F73D) is known color: Pear. HEX triplet: D0, F7 and 3D. RGB value is (208,247,61). Sum of RGB (Red+Green+Blue) = 208+247+61=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F73D is #2F08C2. Grayscale: #D6D6D6. Windows color (decimal): -3082435 or 4061136. OLE color: 4061136.

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

Color convert

RGB 208 247 61 -
CMYK 0.16 0 0.75 0.03
HSL 72.58º 0.92% 0.6% -
HSV(B) 72.58º 0.75% 0.97% -
XYZ 60.12 80.27 16.74 -
YUV 214.14 41.58 123.62 -
System Red Green Blue C M Y K H S L
Decimal 208 247 61 0.16 0 0.75 0.03 72.58 0.92 0.6
Hex D0 F7 3D 10 0 4B 3 49 5C 3C
Octal 320 367 75 20 0 113 3 111 134 74
Binary 11010000 11110111 111101 10000 0 1001011 11 1001001 1011100 111100

Color Harmonies of #D0F73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F73D

Black with #D0F73D

Text Example


Text Example

White with #D0F73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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