Html Css Color HEX #D0ED40 Pear

📋 copy color: '#D0ED40'

red 208 ◦ green 237 ◦ blue 64

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

Shades of Pear #D0ED40

Tints of Pear #D0ED40

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.56%

 BLUE value IS 64 (25.39% from 255) = 12.57%

R = 40.86%
G = 46.56%
B = 12.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#D0ED40 (or 0xD0ED40) is known color: Pear. HEX triplet: D0, ED and 40. RGB value is (208,237,64). Sum of RGB (Red+Green+Blue) = 208+237+64=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0ED40 is #2F12BF. Grayscale: #D1D1D1. Windows color (decimal): -3084992 or 4255184. OLE color: 4255184.

HSL color Cylindrical-coordinate representation of color #D0ED40: hue angle of 70.06º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0ED40 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 237 64 -
CMYK 0.12 0 0.73 0.07
HSL 70.06º 0.83% 0.59% -
HSV(B) 70.06º 0.73% 0.93% -
XYZ 57.22 74.35 16.19 -
YUV 208.61 46.39 127.57 -
System Red Green Blue C M Y K H S L
Decimal 208 237 64 0.12 0 0.73 0.07 70.06 0.83 0.59
Hex D0 ED 40 C 0 49 7 46 53 3B
Octal 320 355 100 14 0 111 7 106 123 73
Binary 11010000 11101101 1000000 1100 0 1001001 111 1000110 1010011 111011

Color Harmonies of #D0ED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED40

Black with #D0ED40

Text Example


Text Example

White with #D0ED40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED40; }

 p { color: rgb(208,237,64); }

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

background-color css

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

 a { background-color: rgb(208,237,64); }

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

border-color css

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

 span { border-color: rgb(208,237,64); }

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