Html Css Color HEX #D5E10E Barberry

📋 copy color: '#D5E10E'

red 213 ◦ green 225 ◦ blue 14

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

Shades of Barberry #D5E10E

Tints of Barberry #D5E10E

RGB

 RED value IS 213 (83.59% from 255) = 47.12%

 GREEN value IS 225 (88.28% from 255) = 49.78%

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

R = 47.12%
G = 49.78%
B = 3.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#D5E10E (or 0xD5E10E) is known color: Barberry. HEX triplet: D5, E1 and 0E. RGB value is (213,225,14). Sum of RGB (Red+Green+Blue) = 213+225+14=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E10E is #2A1EF1. Grayscale: #C6C6C6. Windows color (decimal): -2760434 or 975317. OLE color: 975317.

HSL color Cylindrical-coordinate representation of color #D5E10E: hue angle of 63.41º 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 #D5E10E is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 225 14 -
CMYK 0.05 0 0.94 0.12
HSL 63.41º 0.88% 0.47% -
HSV(B) 63.41º 0.94% 0.88% -
XYZ 54.45 68.03 10.68 -
YUV 197.36 24.52 139.16 -
System Red Green Blue C M Y K H S L
Decimal 213 225 14 0.05 0 0.94 0.12 63.41 0.88 0.47
Hex D5 E1 E 5 0 5E C 3F 58 2F
Octal 325 341 16 5 0 136 14 77 130 57
Binary 11010101 11100001 1110 101 0 1011110 1100 111111 1011000 101111

Color Harmonies of #D5E10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E10E

Black with #D5E10E

Text Example


Text Example

White with #D5E10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E10E; }

 p { color: rgb(213,225,14); }

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

background-color css

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

 a { background-color: rgb(213,225,14); }

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

border-color css

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

 span { border-color: rgb(213,225,14); }

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