#DAF914

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

Shades of Chartreuse Yellow #DAF914

Tints of Chartreuse Yellow #DAF914

Color information

#DAF914 (or 0xDAF914) is unknown color: approx Chartreuse Yellow. HEX triplet: DA, F9 and 14. RGB value is (218,249,20). Sum of RGB (Red+Green+Blue) = 218+249+20=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF914 is #2506EB. Grayscale: #D6D6D6. Windows color (decimal): -2426604 or 1374682. OLE color: 1374682.

HSL color Cylindrical-coordinate representation of color #DAF914: hue angle of 68.12º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAF914 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB21824920-
CMYK0.1200.920.02
HSL68.12º95.02%52.75%-
HSV(B)68.12º91.97%97.65%-
XYZ62.9282.7113.31-
YUV213.6218.73131.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.76%
GREEN value IS 249 (97.66% from 255) = 51.13%
BLUE value IS 20 (8.20% from 255) = 4.11%
R=44.76%
G=51.13%
B=4.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218249200.1200.920.0268.1295.0252.75
HexDAF914C05C2445f35
Octal33237124140134210413765
Binary1101101011111001101001100010111001010001001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF914; }

 p { color: rgb(218,249,20); }

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

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

 a { background-color: rgb(218,249,20); }

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

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

 span { border-color: rgb(218,249,20); }

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