Html Css Color HEX #DCF515 Chartreuse Yellow

📋 copy color: '#DCF515'

red 220 ◦ green 245 ◦ blue 21

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

Shades of Chartreuse Yellow #DCF515

Tints of Chartreuse Yellow #DCF515

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.41%

 BLUE value IS 21 (8.59% from 255) = 4.32%

R = 45.27%
G = 50.41%
B = 4.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#DCF515 (or 0xDCF515) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 15. RGB value is (220,245,21). Sum of RGB (Red+Green+Blue) = 220+245+21=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 21 (8.59% from 255 or 4.32% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF515 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF515 is #230AEA. Grayscale: #D4D4D4. Windows color (decimal): -2296555 or 1439196. OLE color: 1439196.

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

Color convert

RGB 220 245 21 -
CMYK 0.10 0 0.91 0.04
HSL 66.7º 0.92% 0.52% -
HSV(B) 66.7º 0.91% 0.96% -
XYZ 62.3 80.57 12.98 -
YUV 211.99 20.22 133.71 -
System Red Green Blue C M Y K H S L
Decimal 220 245 21 0.10 0 0.91 0.04 66.7 0.92 0.52
Hex DC F5 15 A 0 5B 4 43 5C 34
Octal 334 365 25 12 0 133 4 103 134 64
Binary 11011100 11110101 10101 1010 0 1011011 100 1000011 1011100 110100

Color Harmonies of #DCF515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF515

Black with #DCF515

Text Example


Text Example

White with #DCF515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF515; }

 p { color: rgb(220,245,21); }

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

background-color css

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

 a { background-color: rgb(220,245,21); }

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

border-color css

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

 span { border-color: rgb(220,245,21); }

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