#D5F516

Color #D5F516 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #D5F516

Tints of Chartreuse Yellow #D5F516

Color information

#D5F516 (or 0xD5F516) is unknown color: approx Chartreuse Yellow. HEX triplet: D5, F5 and 16. RGB value is (213,245,22). Sum of RGB (Red+Green+Blue) = 213+245+22=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F516 is #2A0AE9. Grayscale: #D2D2D2. Windows color (decimal): -2755306 or 1504725. OLE color: 1504725.

HSL color Cylindrical-coordinate representation of color #D5F516: hue angle of 68.61º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5F516 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB21324522-
CMYK0.1300.910.04
HSL68.61º91.77%52.35%-
HSV(B)68.61º91.02%96.08%-
XYZ60.2479.5112.93-
YUV210.0121.9130.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 245 (96.09% from 255) = 51.04%
BLUE value IS 22 (8.98% from 255) = 4.58%
R=44.38%
G=51.04%
B=4.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213245220.1300.910.0468.6191.7752.35
HexD5F516D05B4455c34
Octal32536526150133410513464
Binary11010101111101011011011010101101110010001011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F516; }

 p { color: rgb(213,245,22); }

 H1.HeaderClassName
 {
   color: #D5F516;
 }
 .AnyTagClassName
 {
   color: #D5F516;
 }
</style>
background-color css

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

 a { background-color: rgb(213,245,22); }

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

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

 span { border-color: rgb(213,245,22); }

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