Html Css Color HEX #DCF513 Chartreuse Yellow

📋 copy color: '#DCF513'

red 220 ◦ green 245 ◦ blue 19

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

Shades of Chartreuse Yellow #DCF513

Tints of Chartreuse Yellow #DCF513

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.62%

 BLUE value IS 19 (7.81% from 255) = 3.93%

R = 45.45%
G = 50.62%
B = 3.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#DCF513 (or 0xDCF513) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 13. RGB value is (220,245,19). Sum of RGB (Red+Green+Blue) = 220+245+19=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 19 (7.81% from 255 or 3.93% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF513 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF513 is #230AEC. Grayscale: #D4D4D4. Windows color (decimal): -2296557 or 1308124. OLE color: 1308124.

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

Color convert

RGB 220 245 19 -
CMYK 0.10 0 0.92 0.04
HSL 66.64º 0.92% 0.52% -
HSV(B) 66.64º 0.92% 0.96% -
XYZ 62.29 80.57 12.88 -
YUV 211.76 19.22 133.88 -
System Red Green Blue C M Y K H S L
Decimal 220 245 19 0.10 0 0.92 0.04 66.64 0.92 0.52
Hex DC F5 13 A 0 5C 4 43 5C 34
Octal 334 365 23 12 0 134 4 103 134 64
Binary 11011100 11110101 10011 1010 0 1011100 100 1000011 1011100 110100

Color Harmonies of #DCF513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF513

Black with #DCF513

Text Example


Text Example

White with #DCF513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF513; }

 p { color: rgb(220,245,19); }

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

background-color css

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

 a { background-color: rgb(220,245,19); }

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

border-color css

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

 span { border-color: rgb(220,245,19); }

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