Html Css Color HEX #DCED14 Chartreuse Yellow

📋 copy color: '#DCED14'

red 220 ◦ green 237 ◦ blue 20

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

Shades of Chartreuse Yellow #DCED14

Tints of Chartreuse Yellow #DCED14

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.69%

 BLUE value IS 20 (8.2% from 255) = 4.19%

R = 46.12%
G = 49.69%
B = 4.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#DCED14 (or 0xDCED14) is known color: Chartreuse Yellow. HEX triplet: DC, ED and 14. RGB value is (220,237,20). Sum of RGB (Red+Green+Blue) = 220+237+20=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCED14 is #2312EB. Grayscale: #D0D0D0. Windows color (decimal): -2298604 or 1371612. OLE color: 1371612.

HSL color Cylindrical-coordinate representation of color #DCED14: hue angle of 64.7º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCED14 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 20 -
CMYK 0.07 0 0.92 0.07
HSL 64.7º 0.86% 0.5% -
HSV(B) 64.7º 0.92% 0.93% -
XYZ 59.93 75.83 12.14 -
YUV 207.18 22.37 137.14 -
System Red Green Blue C M Y K H S L
Decimal 220 237 20 0.07 0 0.92 0.07 64.7 0.86 0.5
Hex DC ED 14 7 0 5C 7 41 56 32
Octal 334 355 24 7 0 134 7 101 126 62
Binary 11011100 11101101 10100 111 0 1011100 111 1000001 1010110 110010

Color Harmonies of #DCED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED14

Black with #DCED14

Text Example


Text Example

White with #DCED14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED14; }

 p { color: rgb(220,237,20); }

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

background-color css

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

 a { background-color: rgb(220,237,20); }

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

border-color css

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

 span { border-color: rgb(220,237,20); }

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