Html Css Color HEX #DCFF0B Chartreuse Yellow

📋 copy color: '#DCFF0B'

red 220 ◦ green 255 ◦ blue 11

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

Shades of Chartreuse Yellow #DCFF0B

Tints of Chartreuse Yellow #DCFF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.26%

R = 45.27%
G = 52.47%
B = 2.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#DCFF0B (or 0xDCFF0B) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 0B. RGB value is (220,255,11). Sum of RGB (Red+Green+Blue) = 220+255+11=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 11 (4.69% from 255 or 2.26% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFF0B is #2300F4. Grayscale: #D9D9D9. Windows color (decimal): -2294005 or 786396. OLE color: 786396.

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

Color convert

RGB 220 255 11 -
CMYK 0.14 0 0.96 0
HSL 68.61º 1% 0.52% -
HSV(B) 68.61º 0.96% 1% -
XYZ 65.34 86.76 13.62 -
YUV 216.72 11.9 130.34 -
System Red Green Blue C M Y K H S L
Decimal 220 255 11 0.14 0 0.96 0 68.61 1 0.52
Hex DC FF B E 0 60 0 45 64 34
Octal 334 377 13 16 0 140 0 105 144 64
Binary 11011100 11111111 1011 1110 0 1100000 0 1000101 1100100 110100

Color Harmonies of #DCFF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF0B

Black with #DCFF0B

Text Example


Text Example

White with #DCFF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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