Html Css Color HEX #DCF005 Chartreuse Yellow

📋 copy color: '#DCF005'

red 220 ◦ green 240 ◦ blue 5

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

Shades of Chartreuse Yellow #DCF005

Tints of Chartreuse Yellow #DCF005

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.61%

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 47.31%
G = 51.61%
B = 1.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#DCF005 (or 0xDCF005) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 05. RGB value is (220,240,5). Sum of RGB (Red+Green+Blue) = 220+240+5=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 5 (2.34% from 255 or 1.08% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF005 is #230FFA. Grayscale: #D0D0D0. Windows color (decimal): -2297851 or 389340. OLE color: 389340.

HSL color Cylindrical-coordinate representation of color #DCF005: hue angle of 65.11º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCF005 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 5 -
CMYK 0.08 0 0.98 0.06
HSL 65.11º 0.96% 0.48% -
HSV(B) 65.11º 0.98% 0.94% -
XYZ 60.7 77.55 11.91 -
YUV 207.23 13.87 137.11 -
System Red Green Blue C M Y K H S L
Decimal 220 240 5 0.08 0 0.98 0.06 65.11 0.96 0.48
Hex DC F0 5 8 0 62 6 41 60 30
Octal 334 360 5 10 0 142 6 101 140 60
Binary 11011100 11110000 101 1000 0 1100010 110 1000001 1100000 110000

Color Harmonies of #DCF005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF005

Black with #DCF005

Text Example


Text Example

White with #DCF005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF005; }

 p { color: rgb(220,240,5); }

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

background-color css

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

 a { background-color: rgb(220,240,5); }

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

border-color css

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

 span { border-color: rgb(220,240,5); }

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