Html Css Color HEX #DAF100 Chartreuse Yellow

📋 copy color: '#DAF100'

red 218 ◦ green 241 ◦ blue 0

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

Shades of Chartreuse Yellow #DAF100

Tints of Chartreuse Yellow #DAF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.49%
G = 52.51%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#DAF100 (or 0xDAF100) is known color: Chartreuse Yellow. HEX triplet: DA, F1 and 00. RGB value is (218,241,0). Sum of RGB (Red+Green+Blue) = 218+241+0=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF100 is #250EFF. Grayscale: #CFCFCF. Windows color (decimal): -2428672 or 61914. OLE color: 61914.

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

Color convert

RGB 218 241 0 -
CMYK 0.10 0 1 0.05
HSL 65.73º 1% 0.47% -
HSV(B) 65.73º 1% 0.95% -
XYZ 60.37 77.82 11.84 -
YUV 206.65 11.38 136.1 -
System Red Green Blue C M Y K H S L
Decimal 218 241 0 0.10 0 1 0.05 65.73 1 0.47
Hex DA F1 0 A 0 64 5 42 64 2F
Octal 332 361 0 12 0 144 5 102 144 57
Binary 11011010 11110001 0 1010 0 1100100 101 1000010 1100100 101111

Color Harmonies of #DAF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF100

Black with #DAF100

Text Example


Text Example

White with #DAF100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF100; }

 p { color: rgb(218,241,0); }

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

background-color css

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

 a { background-color: rgb(218,241,0); }

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

border-color css

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

 span { border-color: rgb(218,241,0); }

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