Html Css Color HEX #D0ED4C Pear

📋 copy color: '#D0ED4C'

red 208 ◦ green 237 ◦ blue 76

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

Shades of Pear #D0ED4C

Tints of Pear #D0ED4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.59%

R = 39.92%
G = 45.49%
B = 14.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#D0ED4C (or 0xD0ED4C) is known color: Pear. HEX triplet: D0, ED and 4C. RGB value is (208,237,76). Sum of RGB (Red+Green+Blue) = 208+237+76=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0ED4C is #2F12B3. Grayscale: #D2D2D2. Windows color (decimal): -3084980 or 5041616. OLE color: 5041616.

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

Color convert

RGB 208 237 76 -
CMYK 0.12 0 0.68 0.07
HSL 70.81º 0.82% 0.61% -
HSV(B) 70.81º 0.68% 0.93% -
XYZ 57.6 74.5 18.18 -
YUV 209.98 52.39 126.59 -
System Red Green Blue C M Y K H S L
Decimal 208 237 76 0.12 0 0.68 0.07 70.81 0.82 0.61
Hex D0 ED 4C C 0 44 7 47 52 3D
Octal 320 355 114 14 0 104 7 107 122 75
Binary 11010000 11101101 1001100 1100 0 1000100 111 1000111 1010010 111101

Color Harmonies of #D0ED4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED4C

Black with #D0ED4C

Text Example


Text Example

White with #D0ED4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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