Html Css Color HEX #DAF314 Chartreuse Yellow

📋 copy color: '#DAF314'

red 218 ◦ green 243 ◦ blue 20

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

Shades of Chartreuse Yellow #DAF314

Tints of Chartreuse Yellow #DAF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.52%

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

R = 45.32%
G = 50.52%
B = 4.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#DAF314 (or 0xDAF314) is known color: Chartreuse Yellow. HEX triplet: DA, F3 and 14. RGB value is (218,243,20). Sum of RGB (Red+Green+Blue) = 218+243+20=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF314 is #250CEB. Grayscale: #D2D2D2. Windows color (decimal): -2428140 or 1373146. OLE color: 1373146.

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

Color convert

RGB 218 243 20 -
CMYK 0.10 0 0.92 0.05
HSL 66.73º 0.9% 0.52% -
HSV(B) 66.73º 0.92% 0.95% -
XYZ 61.09 79.06 12.7 -
YUV 210.1 20.72 133.63 -
System Red Green Blue C M Y K H S L
Decimal 218 243 20 0.10 0 0.92 0.05 66.73 0.9 0.52
Hex DA F3 14 A 0 5C 5 43 5A 34
Octal 332 363 24 12 0 134 5 103 132 64
Binary 11011010 11110011 10100 1010 0 1011100 101 1000011 1011010 110100

Color Harmonies of #DAF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF314

Black with #DAF314

Text Example


Text Example

White with #DAF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF314; }

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

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

background-color css

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

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

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

border-color css

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

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

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