Html Css Color HEX #D7E00E Barberry

📋 copy color: '#D7E00E'

red 215 ◦ green 224 ◦ blue 14

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

Shades of Barberry #D7E00E

Tints of Barberry #D7E00E

RGB

 RED value IS 215 (84.38% from 255) = 47.46%

 GREEN value IS 224 (87.89% from 255) = 49.45%

 BLUE value IS 14 (5.86% from 255) = 3.09%

R = 47.46%
G = 49.45%
B = 3.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#D7E00E (or 0xD7E00E) is known color: Barberry. HEX triplet: D7, E0 and 0E. RGB value is (215,224,14). Sum of RGB (Red+Green+Blue) = 215+224+14=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7E00E is #281FF1. Grayscale: #C6C6C6. Windows color (decimal): -2629618 or 975063. OLE color: 975063.

HSL color Cylindrical-coordinate representation of color #D7E00E: hue angle of 62.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7E00E is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 224 14 -
CMYK 0.04 0 0.94 0.12
HSL 62.57º 0.88% 0.47% -
HSV(B) 62.57º 0.94% 0.88% -
XYZ 54.76 67.79 10.61 -
YUV 197.37 24.52 140.58 -
System Red Green Blue C M Y K H S L
Decimal 215 224 14 0.04 0 0.94 0.12 62.57 0.88 0.47
Hex D7 E0 E 4 0 5E C 3F 58 2F
Octal 327 340 16 4 0 136 14 77 130 57
Binary 11010111 11100000 1110 100 0 1011110 1100 111111 1011000 101111

Color Harmonies of #D7E00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E00E

Black with #D7E00E

Text Example


Text Example

White with #D7E00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E00E; }

 p { color: rgb(215,224,14); }

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

background-color css

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

 a { background-color: rgb(215,224,14); }

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

border-color css

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

 span { border-color: rgb(215,224,14); }

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