Html Css Color HEX #D5E000 Chartreuse Yellow

📋 copy color: '#D5E000'

red 213 ◦ green 224 ◦ blue 0

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

Shades of Chartreuse Yellow #D5E000

Tints of Chartreuse Yellow #D5E000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.74%
G = 51.26%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#D5E000 (or 0xD5E000) is known color: Chartreuse Yellow. HEX triplet: D5, E0 and 00. RGB value is (213,224,0). Sum of RGB (Red+Green+Blue) = 213+224+0=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E000 is #2A1FFF. Grayscale: #C4C4C4. Windows color (decimal): -2760704 or 57557. OLE color: 57557.

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

Color convert

RGB 213 224 0 -
CMYK 0.05 0 1 0.12
HSL 62.95º 1% 0.44% -
HSV(B) 62.95º 1% 0.88% -
XYZ 54.1 67.46 10.17 -
YUV 195.18 17.86 140.71 -
System Red Green Blue C M Y K H S L
Decimal 213 224 0 0.05 0 1 0.12 62.95 1 0.44
Hex D5 E0 0 5 0 64 C 3F 64 2C
Octal 325 340 0 5 0 144 14 77 144 54
Binary 11010101 11100000 0 101 0 1100100 1100 111111 1100100 101100

Color Harmonies of #D5E000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E000

Black with #D5E000

Text Example


Text Example

White with #D5E000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E000; }

 p { color: rgb(213,224,0); }

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

background-color css

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

 a { background-color: rgb(213,224,0); }

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

border-color css

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

 span { border-color: rgb(213,224,0); }

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