Html Css Color HEX #D0E233 Pear

📋 copy color: '#D0E233'

red 208 ◦ green 226 ◦ blue 51

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

Shades of Pear #D0E233

Tints of Pear #D0E233

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.6%

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

R = 42.89%
G = 46.6%
B = 10.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#D0E233 (or 0xD0E233) is known color: Pear. HEX triplet: D0, E2 and 33. RGB value is (208,226,51). Sum of RGB (Red+Green+Blue) = 208+226+51=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E233 is #2F1DCC. Grayscale: #C9C9C9. Windows color (decimal): -3087821 or 3400400. OLE color: 3400400.

HSL color Cylindrical-coordinate representation of color #D0E233: hue angle of 66.17º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0E233 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 226 51 -
CMYK 0.08 0 0.77 0.11
HSL 66.17º 0.75% 0.54% -
HSV(B) 66.17º 0.77% 0.89% -
XYZ 53.81 68.04 13.43 -
YUV 200.67 43.54 133.23 -
System Red Green Blue C M Y K H S L
Decimal 208 226 51 0.08 0 0.77 0.11 66.17 0.75 0.54
Hex D0 E2 33 8 0 4D B 42 4B 36
Octal 320 342 63 10 0 115 13 102 113 66
Binary 11010000 11100010 110011 1000 0 1001101 1011 1000010 1001011 110110

Color Harmonies of #D0E233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E233

Black with #D0E233

Text Example


Text Example

White with #D0E233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E233; }

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

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

background-color css

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

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

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

border-color css

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

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

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