Html Css Color HEX #DAF610 Chartreuse Yellow

📋 copy color: '#DAF610'

red 218 ◦ green 246 ◦ blue 16

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

Shades of Chartreuse Yellow #DAF610

Tints of Chartreuse Yellow #DAF610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.33%

R = 45.42%
G = 51.25%
B = 3.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#DAF610 (or 0xDAF610) is known color: Chartreuse Yellow. HEX triplet: DA, F6 and 10. RGB value is (218,246,16). Sum of RGB (Red+Green+Blue) = 218+246+16=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 16 (6.64% from 255 or 3.33% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF610 is #2509EF. Grayscale: #D4D4D4. Windows color (decimal): -2427376 or 1111770. OLE color: 1111770.

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

Color convert

RGB 218 246 16 -
CMYK 0.11 0 0.93 0.04
HSL 67.3º 0.93% 0.51% -
HSV(B) 67.3º 0.93% 0.96% -
XYZ 61.96 80.85 12.83 -
YUV 211.41 17.72 132.7 -
System Red Green Blue C M Y K H S L
Decimal 218 246 16 0.11 0 0.93 0.04 67.3 0.93 0.51
Hex DA F6 10 B 0 5D 4 43 5D 33
Octal 332 366 20 13 0 135 4 103 135 63
Binary 11011010 11110110 10000 1011 0 1011101 100 1000011 1011101 110011

Color Harmonies of #DAF610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF610

Black with #DAF610

Text Example


Text Example

White with #DAF610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF610; }

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

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

background-color css

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

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

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

border-color css

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

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

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