Html Css Color HEX #D0E834 Pear

📋 copy color: '#D0E834'

red 208 ◦ green 232 ◦ blue 52

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

Shades of Pear #D0E834

Tints of Pear #D0E834

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.15%

 BLUE value IS 52 (20.7% from 255) = 10.57%

R = 42.28%
G = 47.15%
B = 10.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#D0E834 (or 0xD0E834) is known color: Pear. HEX triplet: D0, E8 and 34. RGB value is (208,232,52). Sum of RGB (Red+Green+Blue) = 208+232+52=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E834 is #2F17CB. Grayscale: #CDCDCD. Windows color (decimal): -3086284 or 3467472. OLE color: 3467472.

HSL color Cylindrical-coordinate representation of color #D0E834: hue angle of 68º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0E834 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 232 52 -
CMYK 0.10 0 0.78 0.09
HSL 68º 0.8% 0.56% -
HSV(B) 68º 0.78% 0.91% -
XYZ 55.49 71.37 14.1 -
YUV 204.3 42.05 130.64 -
System Red Green Blue C M Y K H S L
Decimal 208 232 52 0.10 0 0.78 0.09 68 0.8 0.56
Hex D0 E8 34 A 0 4E 9 44 50 38
Octal 320 350 64 12 0 116 11 104 120 70
Binary 11010000 11101000 110100 1010 0 1001110 1001 1000100 1010000 111000

Color Harmonies of #D0E834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E834

Black with #D0E834

Text Example


Text Example

White with #D0E834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E834; }

 p { color: rgb(208,232,52); }

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

background-color css

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

 a { background-color: rgb(208,232,52); }

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

border-color css

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

 span { border-color: rgb(208,232,52); }

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