Html Css Color HEX #D0E61F Pear

📋 copy color: '#D0E61F'

red 208 ◦ green 230 ◦ blue 31

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

Shades of Pear #D0E61F

Tints of Pear #D0E61F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.04%

 BLUE value IS 31 (12.5% from 255) = 6.61%

R = 44.35%
G = 49.04%
B = 6.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#D0E61F (or 0xD0E61F) is known color: Pear. HEX triplet: D0, E6 and 1F. RGB value is (208,230,31). Sum of RGB (Red+Green+Blue) = 208+230+31=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 31 (12.5% from 255 or 6.61% from 469); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E61F is #2F19E0. Grayscale: #C9C9C9. Windows color (decimal): -3086817 or 2090704. OLE color: 2090704.

HSL color Cylindrical-coordinate representation of color #D0E61F: hue angle of 66.63º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0E61F is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 230 31 -
CMYK 0.10 0 0.87 0.10
HSL 66.63º 0.8% 0.51% -
HSV(B) 66.63º 0.87% 0.9% -
XYZ 54.56 70.1 11.95 -
YUV 200.74 32.21 133.18 -
System Red Green Blue C M Y K H S L
Decimal 208 230 31 0.10 0 0.87 0.10 66.63 0.8 0.51
Hex D0 E6 1F A 0 57 A 43 50 33
Octal 320 346 37 12 0 127 12 103 120 63
Binary 11010000 11100110 11111 1010 0 1010111 1010 1000011 1010000 110011

Color Harmonies of #D0E61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E61F

Black with #D0E61F

Text Example


Text Example

White with #D0E61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E61F; }

 p { color: rgb(208,230,31); }

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

background-color css

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

 a { background-color: rgb(208,230,31); }

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

border-color css

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

 span { border-color: rgb(208,230,31); }

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