Html Css Color HEX #DCF114 Chartreuse Yellow

📋 copy color: '#DCF114'

red 220 ◦ green 241 ◦ blue 20

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

Shades of Chartreuse Yellow #DCF114

Tints of Chartreuse Yellow #DCF114

RGB

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

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

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

R = 45.74%
G = 50.1%
B = 4.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#DCF114 (or 0xDCF114) is known color: Chartreuse Yellow. HEX triplet: DC, F1 and 14. RGB value is (220,241,20). Sum of RGB (Red+Green+Blue) = 220+241+20=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF114 is #230EEB. Grayscale: #D2D2D2. Windows color (decimal): -2297580 or 1372636. OLE color: 1372636.

HSL color Cylindrical-coordinate representation of color #DCF114: hue angle of 65.7º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCF114 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 20 -
CMYK 0.09 0 0.92 0.05
HSL 65.7º 0.89% 0.51% -
HSV(B) 65.7º 0.92% 0.95% -
XYZ 61.1 78.18 12.53 -
YUV 209.53 21.04 135.47 -
System Red Green Blue C M Y K H S L
Decimal 220 241 20 0.09 0 0.92 0.05 65.7 0.89 0.51
Hex DC F1 14 9 0 5C 5 42 59 33
Octal 334 361 24 11 0 134 5 102 131 63
Binary 11011100 11110001 10100 1001 0 1011100 101 1000010 1011001 110011

Color Harmonies of #DCF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF114

Black with #DCF114

Text Example


Text Example

White with #DCF114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF114; }

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

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

background-color css

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

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

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

border-color css

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

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

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