Html Css Color HEX #DAF601 Chartreuse Yellow

📋 copy color: '#DAF601'

red 218 ◦ green 246 ◦ blue 1

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

Shades of Chartreuse Yellow #DAF601

Tints of Chartreuse Yellow #DAF601

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.9%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 46.88%
G = 52.9%
B = 0.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#DAF601 (or 0xDAF601) is known color: Chartreuse Yellow. HEX triplet: DA, F6 and 01. RGB value is (218,246,1). Sum of RGB (Red+Green+Blue) = 218+246+1=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 1 (0.78% from 255 or 0.22% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF601 is #2509FE. Grayscale: #D2D2D2. Windows color (decimal): -2427391 or 128730. OLE color: 128730.

HSL color Cylindrical-coordinate representation of color #DAF601: hue angle of 66.86º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAF601 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 1 -
CMYK 0.11 0 1.00 0.04
HSL 66.86º 0.99% 0.48% -
HSV(B) 66.86º 1% 0.96% -
XYZ 61.87 80.82 12.37 -
YUV 209.7 10.22 133.92 -
System Red Green Blue C M Y K H S L
Decimal 218 246 1 0.11 0 1.00 0.04 66.86 0.99 0.48
Hex DA F6 1 B 0 64 4 43 63 30
Octal 332 366 1 13 0 144 4 103 143 60
Binary 11011010 11110110 1 1011 0 1100100 100 1000011 1100011 110000

Color Harmonies of #DAF601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF601

Black with #DAF601

Text Example


Text Example

White with #DAF601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF601; }

 p { color: rgb(218,246,1); }

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

background-color css

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

 a { background-color: rgb(218,246,1); }

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

border-color css

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

 span { border-color: rgb(218,246,1); }

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