Html Css Color HEX #D0ED33 Pear

📋 copy color: '#D0ED33'

red 208 ◦ green 237 ◦ blue 51

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

Shades of Pear #D0ED33

Tints of Pear #D0ED33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.28%

R = 41.94%
G = 47.78%
B = 10.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#D0ED33 (or 0xD0ED33) is known color: Pear. HEX triplet: D0, ED and 33. RGB value is (208,237,51). Sum of RGB (Red+Green+Blue) = 208+237+51=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 51 (20.31% from 255 or 10.28% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0ED33 is #2F12CC. Grayscale: #CFCFCF. Windows color (decimal): -3085005 or 3403216. OLE color: 3403216.

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

Color convert

RGB 208 237 51 -
CMYK 0.12 0 0.78 0.07
HSL 69.35º 0.84% 0.56% -
HSV(B) 69.35º 0.78% 0.93% -
XYZ 56.89 74.22 14.46 -
YUV 207.13 39.89 128.62 -
System Red Green Blue C M Y K H S L
Decimal 208 237 51 0.12 0 0.78 0.07 69.35 0.84 0.56
Hex D0 ED 33 C 0 4E 7 45 54 38
Octal 320 355 63 14 0 116 7 105 124 70
Binary 11010000 11101101 110011 1100 0 1001110 111 1000101 1010100 111000

Color Harmonies of #D0ED33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED33

Black with #D0ED33

Text Example


Text Example

White with #D0ED33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED33; }

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

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

background-color css

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

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

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

border-color css

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

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

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