Html Css Color HEX #DCF914 Chartreuse Yellow

📋 copy color: '#DCF914'

red 220 ◦ green 249 ◦ blue 20

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

Shades of Chartreuse Yellow #DCF914

Tints of Chartreuse Yellow #DCF914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.92%

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

R = 44.99%
G = 50.92%
B = 4.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#DCF914 (or 0xDCF914) is known color: Chartreuse Yellow. HEX triplet: DC, F9 and 14. RGB value is (220,249,20). Sum of RGB (Red+Green+Blue) = 220+249+20=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF914 is #2306EB. Grayscale: #D7D7D7. Windows color (decimal): -2295532 or 1374684. OLE color: 1374684.

HSL color Cylindrical-coordinate representation of color #DCF914: hue angle of 67.6º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCF914 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 20 -
CMYK 0.12 0 0.92 0.02
HSL 67.6º 0.95% 0.53% -
HSV(B) 67.6º 0.92% 0.98% -
XYZ 63.52 83.02 13.34 -
YUV 214.22 18.39 132.12 -
System Red Green Blue C M Y K H S L
Decimal 220 249 20 0.12 0 0.92 0.02 67.6 0.95 0.53
Hex DC F9 14 C 0 5C 2 44 5F 35
Octal 334 371 24 14 0 134 2 104 137 65
Binary 11011100 11111001 10100 1100 0 1011100 10 1000100 1011111 110101

Color Harmonies of #DCF914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF914

Black with #DCF914

Text Example


Text Example

White with #DCF914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF914; }

 p { color: rgb(220,249,20); }

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

background-color css

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

 a { background-color: rgb(220,249,20); }

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

border-color css

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

 span { border-color: rgb(220,249,20); }

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