Html Css Color HEX #D0F14D Pear

📋 copy color: '#D0F14D'

red 208 ◦ green 241 ◦ blue 77

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

Shades of Pear #D0F14D

Tints of Pear #D0F14D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.82%

 BLUE value IS 77 (30.47% from 255) = 14.64%

R = 39.54%
G = 45.82%
B = 14.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#D0F14D (or 0xD0F14D) is known color: Pear. HEX triplet: D0, F1 and 4D. RGB value is (208,241,77). Sum of RGB (Red+Green+Blue) = 208+241+77=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F14D is #2F0EB2. Grayscale: #D5D5D5. Windows color (decimal): -3083955 or 5108176. OLE color: 5108176.

HSL color Cylindrical-coordinate representation of color #D0F14D: hue angle of 72.07º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0F14D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 77 -
CMYK 0.14 0 0.68 0.05
HSL 72.07º 0.85% 0.62% -
HSV(B) 72.07º 0.68% 0.95% -
XYZ 58.81 76.86 18.76 -
YUV 212.44 51.57 124.84 -
System Red Green Blue C M Y K H S L
Decimal 208 241 77 0.14 0 0.68 0.05 72.07 0.85 0.62
Hex D0 F1 4D E 0 44 5 48 55 3E
Octal 320 361 115 16 0 104 5 110 125 76
Binary 11010000 11110001 1001101 1110 0 1000100 101 1001000 1010101 111110

Color Harmonies of #D0F14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F14D

Black with #D0F14D

Text Example


Text Example

White with #D0F14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F14D; }

 p { color: rgb(208,241,77); }

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

background-color css

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

 a { background-color: rgb(208,241,77); }

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

border-color css

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

 span { border-color: rgb(208,241,77); }

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