Html Css Color HEX #D0E84B Pear

📋 copy color: '#D0E84B'

red 208 ◦ green 232 ◦ blue 75

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

Shades of Pear #D0E84B

Tints of Pear #D0E84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.56%

R = 40.39%
G = 45.05%
B = 14.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#D0E84B (or 0xD0E84B) is known color: Pear. HEX triplet: D0, E8 and 4B. RGB value is (208,232,75). Sum of RGB (Red+Green+Blue) = 208+232+75=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E84B is #2F17B4. Grayscale: #CFCFCF. Windows color (decimal): -3086261 or 4974800. OLE color: 4974800.

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

Color convert

RGB 208 232 75 -
CMYK 0.10 0 0.68 0.09
HSL 69.17º 0.77% 0.6% -
HSV(B) 69.17º 0.68% 0.91% -
XYZ 56.14 71.63 17.52 -
YUV 206.93 53.55 128.77 -
System Red Green Blue C M Y K H S L
Decimal 208 232 75 0.10 0 0.68 0.09 69.17 0.77 0.6
Hex D0 E8 4B A 0 44 9 45 4D 3C
Octal 320 350 113 12 0 104 11 105 115 74
Binary 11010000 11101000 1001011 1010 0 1000100 1001 1000101 1001101 111100

Color Harmonies of #D0E84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E84B

Black with #D0E84B

Text Example


Text Example

White with #D0E84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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