Html Css Color HEX #DCFF0D Chartreuse Yellow

📋 copy color: '#DCFF0D'

red 220 ◦ green 255 ◦ blue 13

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

Shades of Chartreuse Yellow #DCFF0D

Tints of Chartreuse Yellow #DCFF0D

RGB

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

 GREEN value IS 255 (100% from 255) = 52.25%

 BLUE value IS 13 (5.47% from 255) = 2.66%

R = 45.08%
G = 52.25%
B = 2.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#DCFF0D (or 0xDCFF0D) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 0D. RGB value is (220,255,13). Sum of RGB (Red+Green+Blue) = 220+255+13=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 13 (5.47% from 255 or 2.66% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFF0D is #2300F2. Grayscale: #D9D9D9. Windows color (decimal): -2294003 or 917468. OLE color: 917468.

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

Color convert

RGB 220 255 13 -
CMYK 0.14 0 0.95 0
HSL 68.68º 1% 0.53% -
HSV(B) 68.68º 0.95% 1% -
XYZ 65.35 86.76 13.68 -
YUV 216.95 12.9 130.18 -
System Red Green Blue C M Y K H S L
Decimal 220 255 13 0.14 0 0.95 0 68.68 1 0.53
Hex DC FF D E 0 5F 0 45 64 35
Octal 334 377 15 16 0 137 0 105 144 65
Binary 11011100 11111111 1101 1110 0 1011111 0 1000101 1100100 110101

Color Harmonies of #DCFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF0D

Black with #DCFF0D

Text Example


Text Example

White with #DCFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF0D; }

 p { color: rgb(220,255,13); }

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

background-color css

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

 a { background-color: rgb(220,255,13); }

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

border-color css

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

 span { border-color: rgb(220,255,13); }

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