Html Css Color HEX #D0F61D Pear

📋 copy color: '#D0F61D'

red 208 ◦ green 246 ◦ blue 29

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

Shades of Pear #D0F61D

Tints of Pear #D0F61D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.93%

 BLUE value IS 29 (11.72% from 255) = 6%

R = 43.06%
G = 50.93%
B = 6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#D0F61D (or 0xD0F61D) is known color: Pear. HEX triplet: D0, F6 and 1D. RGB value is (208,246,29). Sum of RGB (Red+Green+Blue) = 208+246+29=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F61D is #2F09E2. Grayscale: #D2D2D2. Windows color (decimal): -3082723 or 1963728. OLE color: 1963728.

HSL color Cylindrical-coordinate representation of color #D0F61D: hue angle of 70.51º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0F61D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 246 29 -
CMYK 0.15 0 0.88 0.04
HSL 70.51º 0.92% 0.54% -
HSV(B) 70.51º 0.88% 0.96% -
XYZ 59.19 79.41 13.37 -
YUV 209.9 25.91 126.64 -
System Red Green Blue C M Y K H S L
Decimal 208 246 29 0.15 0 0.88 0.04 70.51 0.92 0.54
Hex D0 F6 1D F 0 58 4 47 5C 36
Octal 320 366 35 17 0 130 4 107 134 66
Binary 11010000 11110110 11101 1111 0 1011000 100 1000111 1011100 110110

Color Harmonies of #D0F61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F61D

Black with #D0F61D

Text Example


Text Example

White with #D0F61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F61D; }

 p { color: rgb(208,246,29); }

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

background-color css

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

 a { background-color: rgb(208,246,29); }

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

border-color css

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

 span { border-color: rgb(208,246,29); }

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