Html Css Color HEX #D0E93E Pear

📋 copy color: '#D0E93E'

red 208 ◦ green 233 ◦ blue 62

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

Shades of Pear #D0E93E

Tints of Pear #D0E93E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.32%

 BLUE value IS 62 (24.61% from 255) = 12.33%

R = 41.35%
G = 46.32%
B = 12.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#D0E93E (or 0xD0E93E) is known color: Pear. HEX triplet: D0, E9 and 3E. RGB value is (208,233,62). Sum of RGB (Red+Green+Blue) = 208+233+62=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E93E is #2F16C1. Grayscale: #CECECE. Windows color (decimal): -3086018 or 4123088. OLE color: 4123088.

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

Color convert

RGB 208 233 62 -
CMYK 0.11 0 0.73 0.09
HSL 68.77º 0.8% 0.58% -
HSV(B) 68.77º 0.73% 0.91% -
XYZ 56.02 72.04 15.51 -
YUV 206.03 46.72 129.4 -
System Red Green Blue C M Y K H S L
Decimal 208 233 62 0.11 0 0.73 0.09 68.77 0.8 0.58
Hex D0 E9 3E B 0 49 9 45 50 3A
Octal 320 351 76 13 0 111 11 105 120 72
Binary 11010000 11101001 111110 1011 0 1001001 1001 1000101 1010000 111010

Color Harmonies of #D0E93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E93E

Black with #D0E93E

Text Example


Text Example

White with #D0E93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E93E; }

 p { color: rgb(208,233,62); }

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

background-color css

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

 a { background-color: rgb(208,233,62); }

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

border-color css

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

 span { border-color: rgb(208,233,62); }

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