Html Css Color HEX #DCF314 Chartreuse Yellow

📋 copy color: '#DCF314'

red 220 ◦ green 243 ◦ blue 20

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

Shades of Chartreuse Yellow #DCF314

Tints of Chartreuse Yellow #DCF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.31%

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

R = 45.55%
G = 50.31%
B = 4.14%

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

#DCF314 (or 0xDCF314) is known color: Chartreuse Yellow. HEX triplet: DC, F3 and 14. RGB value is (220,243,20). Sum of RGB (Red+Green+Blue) = 220+243+20=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF314 is #230CEB. Grayscale: #D3D3D3. Windows color (decimal): -2297068 or 1373148. OLE color: 1373148.

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

Color convert

RGB 220 243 20 -
CMYK 0.09 0 0.92 0.05
HSL 66.19º 0.9% 0.52% -
HSV(B) 66.19º 0.92% 0.95% -
XYZ 61.69 79.37 12.73 -
YUV 210.7 20.38 134.63 -
System Red Green Blue C M Y K H S L
Decimal 220 243 20 0.09 0 0.92 0.05 66.19 0.9 0.52
Hex DC F3 14 9 0 5C 5 42 5A 34
Octal 334 363 24 11 0 134 5 102 132 64
Binary 11011100 11110011 10100 1001 0 1011100 101 1000010 1011010 110100

Color Harmonies of #DCF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF314

Black with #DCF314

Text Example


Text Example

White with #DCF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF314; }

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

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

background-color css

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

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

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

border-color css

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

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

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