Html Css Color HEX #DAF714 Chartreuse Yellow

📋 copy color: '#DAF714'

red 218 ◦ green 247 ◦ blue 20

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

Shades of Chartreuse Yellow #DAF714

Tints of Chartreuse Yellow #DAF714

RGB

 RED value IS 218 (85.55% from 255) = 44.95%

 GREEN value IS 247 (96.88% from 255) = 50.93%

 BLUE value IS 20 (8.2% from 255) = 4.12%

R = 44.95%
G = 50.93%
B = 4.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#DAF714 (or 0xDAF714) is known color: Chartreuse Yellow. HEX triplet: DA, F7 and 14. RGB value is (218,247,20). Sum of RGB (Red+Green+Blue) = 218+247+20=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF714 is #2508EB. Grayscale: #D5D5D5. Windows color (decimal): -2427116 or 1374170. OLE color: 1374170.

HSL color Cylindrical-coordinate representation of color #DAF714: hue angle of 67.67º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAF714 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 20 -
CMYK 0.12 0 0.92 0.03
HSL 67.67º 0.93% 0.52% -
HSV(B) 67.67º 0.92% 0.97% -
XYZ 62.3 81.48 13.1 -
YUV 212.45 19.39 131.96 -
System Red Green Blue C M Y K H S L
Decimal 218 247 20 0.12 0 0.92 0.03 67.67 0.93 0.52
Hex DA F7 14 C 0 5C 3 44 5D 34
Octal 332 367 24 14 0 134 3 104 135 64
Binary 11011010 11110111 10100 1100 0 1011100 11 1000100 1011101 110100

Color Harmonies of #DAF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF714

Black with #DAF714

Text Example


Text Example

White with #DAF714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF714; }

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

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

background-color css

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

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

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

border-color css

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

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

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