Html Css Color HEX #DCF300 Chartreuse Yellow

📋 copy color: '#DCF300'

red 220 ◦ green 243 ◦ blue 0

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

Shades of Chartreuse Yellow #DCF300

Tints of Chartreuse Yellow #DCF300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.52%
G = 52.48%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#DCF300 (or 0xDCF300) is known color: Chartreuse Yellow. HEX triplet: DC, F3 and 00. RGB value is (220,243,0). Sum of RGB (Red+Green+Blue) = 220+243+0=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF300 is #230CFF. Grayscale: #D1D1D1. Windows color (decimal): -2297088 or 62428. OLE color: 62428.

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

Color convert

RGB 220 243 0 -
CMYK 0.09 0 1 0.05
HSL 65.68º 1% 0.48% -
HSV(B) 65.68º 1% 0.95% -
XYZ 61.57 79.32 12.06 -
YUV 208.42 10.38 136.26 -
System Red Green Blue C M Y K H S L
Decimal 220 243 0 0.09 0 1 0.05 65.68 1 0.48
Hex DC F3 0 9 0 64 5 42 64 30
Octal 334 363 0 11 0 144 5 102 144 60
Binary 11011100 11110011 0 1001 0 1100100 101 1000010 1100100 110000

Color Harmonies of #DCF300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF300

Black with #DCF300

Text Example


Text Example

White with #DCF300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF300; }

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

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

background-color css

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

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

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

border-color css

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

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

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