Html Css Color HEX #DCFF1F Chartreuse Yellow

📋 copy color: '#DCFF1F'

red 220 ◦ green 255 ◦ blue 31

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

Shades of Chartreuse Yellow #DCFF1F

Tints of Chartreuse Yellow #DCFF1F

RGB

 RED value IS 220 (86.33% from 255) = 43.48%

 GREEN value IS 255 (100% from 255) = 50.4%

 BLUE value IS 31 (12.5% from 255) = 6.13%

R = 43.48%
G = 50.4%
B = 6.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#DCFF1F (or 0xDCFF1F) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 1F. RGB value is (220,255,31). Sum of RGB (Red+Green+Blue) = 220+255+31=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 31 (12.5% from 255 or 6.13% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF1F is #2300E0. Grayscale: #DBDBDB. Windows color (decimal): -2293985 or 2097116. OLE color: 2097116.

HSL color Cylindrical-coordinate representation of color #DCFF1F: hue angle of 69.38º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCFF1F is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 31 -
CMYK 0.14 0 0.88 0
HSL 69.38º 1% 0.56% -
HSV(B) 69.38º 0.88% 1% -
XYZ 65.52 86.83 14.6 -
YUV 219 21.9 128.71 -
System Red Green Blue C M Y K H S L
Decimal 220 255 31 0.14 0 0.88 0 69.38 1 0.56
Hex DC FF 1F E 0 58 0 45 64 38
Octal 334 377 37 16 0 130 0 105 144 70
Binary 11011100 11111111 11111 1110 0 1011000 0 1000101 1100100 111000

Color Harmonies of #DCFF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF1F

Black with #DCFF1F

Text Example


Text Example

White with #DCFF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF1F; }

 p { color: rgb(220,255,31); }

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

background-color css

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

 a { background-color: rgb(220,255,31); }

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

border-color css

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

 span { border-color: rgb(220,255,31); }

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