#D5F216

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

Shades of Chartreuse Yellow #D5F216

Tints of Chartreuse Yellow #D5F216

Color information

#D5F216 (or 0xD5F216) is unknown color: approx Chartreuse Yellow. HEX triplet: D5, F2 and 16. RGB value is (213,242,22). Sum of RGB (Red+Green+Blue) = 213+242+22=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 22 (8.98% from 255 or 4.61% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F216 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F216 is #2A0DE9. Grayscale: #D1D1D1. Windows color (decimal): -2756074 or 1503957. OLE color: 1503957.

HSL color Cylindrical-coordinate representation of color #D5F216: hue angle of 67.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5F216 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB21324222-
CMYK0.1200.910.05
HSL67.91º89.43%51.76%-
HSV(B)67.91º90.91%94.9%-
XYZ59.3477.7112.63-
YUV208.2522.89131.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 242 (94.92% from 255) = 50.73%
BLUE value IS 22 (8.98% from 255) = 4.61%
R=44.65%
G=50.73%
B=4.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal213242220.1200.910.0567.9189.4351.76
HexD5F216C05B5445934
Octal32536226140133510413164
Binary11010101111100101011011000101101110110001001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F216; }

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

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

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

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

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

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

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

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