Html Css Color HEX #DCF80F Chartreuse Yellow

📋 copy color: '#DCF80F'

red 220 ◦ green 248 ◦ blue 15

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

Shades of Chartreuse Yellow #DCF80F

Tints of Chartreuse Yellow #DCF80F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.35%

 BLUE value IS 15 (6.25% from 255) = 3.11%

R = 45.55%
G = 51.35%
B = 3.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#DCF80F (or 0xDCF80F) is known color: Chartreuse Yellow. HEX triplet: DC, F8 and 0F. RGB value is (220,248,15). Sum of RGB (Red+Green+Blue) = 220+248+15=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 15 (6.25% from 255 or 3.11% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF80F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF80F is #2307F0. Grayscale: #D5D5D5. Windows color (decimal): -2295793 or 1046748. OLE color: 1046748.

HSL color Cylindrical-coordinate representation of color #DCF80F: hue angle of 67.21º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCF80F is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 15 -
CMYK 0.11 0 0.94 0.03
HSL 67.21º 0.94% 0.52% -
HSV(B) 67.21º 0.94% 0.97% -
XYZ 63.17 82.38 13.02 -
YUV 213.07 16.22 132.95 -
System Red Green Blue C M Y K H S L
Decimal 220 248 15 0.11 0 0.94 0.03 67.21 0.94 0.52
Hex DC F8 F B 0 5E 3 43 5E 34
Octal 334 370 17 13 0 136 3 103 136 64
Binary 11011100 11111000 1111 1011 0 1011110 11 1000011 1011110 110100

Color Harmonies of #DCF80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF80F

Black with #DCF80F

Text Example


Text Example

White with #DCF80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF80F; }

 p { color: rgb(220,248,15); }

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

background-color css

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

 a { background-color: rgb(220,248,15); }

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

border-color css

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

 span { border-color: rgb(220,248,15); }

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