Html Css Color HEX #DCF313 Chartreuse Yellow

📋 copy color: '#DCF313'

red 220 ◦ green 243 ◦ blue 19

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

Shades of Chartreuse Yellow #DCF313

Tints of Chartreuse Yellow #DCF313

RGB

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

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

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

R = 45.64%
G = 50.41%
B = 3.94%

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

#DCF313 (or 0xDCF313) is known color: Chartreuse Yellow. HEX triplet: DC, F3 and 13. RGB value is (220,243,19). Sum of RGB (Red+Green+Blue) = 220+243+19=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF313 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF313 is #230CEC. Grayscale: #D3D3D3. Windows color (decimal): -2297069 or 1307612. OLE color: 1307612.

HSL color Cylindrical-coordinate representation of color #DCF313: hue angle of 66.16º degrees, saturation: 0.9, 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 #DCF313 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 243 19 -
CMYK 0.09 0 0.92 0.05
HSL 66.16º 0.9% 0.51% -
HSV(B) 66.16º 0.92% 0.95% -
XYZ 61.68 79.36 12.68 -
YUV 210.59 19.88 134.71 -
System Red Green Blue C M Y K H S L
Decimal 220 243 19 0.09 0 0.92 0.05 66.16 0.9 0.51
Hex DC F3 13 9 0 5C 5 42 5A 33
Octal 334 363 23 11 0 134 5 102 132 63
Binary 11011100 11110011 10011 1001 0 1011100 101 1000010 1011010 110011

Color Harmonies of #DCF313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF313

Black with #DCF313

Text Example


Text Example

White with #DCF313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF313; }

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

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

background-color css

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

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

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

border-color css

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

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

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