Html Css Color HEX #DDF515 Chartreuse Yellow

📋 copy color: '#DDF515'

red 221 ◦ green 245 ◦ blue 21

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

Shades of Chartreuse Yellow #DDF515

Tints of Chartreuse Yellow #DDF515

RGB

 RED value IS 221 (86.72% from 255) = 45.38%

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

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

R = 45.38%
G = 50.31%
B = 4.31%

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

#DDF515 (or 0xDDF515) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 15. RGB value is (221,245,21). Sum of RGB (Red+Green+Blue) = 221+245+21=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 21 (8.59% from 255 or 4.31% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF515 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF515 is #220AEA. Grayscale: #D5D5D5. Windows color (decimal): -2231019 or 1439197. OLE color: 1439197.

HSL color Cylindrical-coordinate representation of color #DDF515: hue angle of 66.43º 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 #DDF515 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 21 -
CMYK 0.10 0 0.91 0.04
HSL 66.43º 0.92% 0.52% -
HSV(B) 66.43º 0.91% 0.96% -
XYZ 62.61 80.73 12.99 -
YUV 212.29 20.05 134.21 -
System Red Green Blue C M Y K H S L
Decimal 221 245 21 0.10 0 0.91 0.04 66.43 0.92 0.52
Hex DD F5 15 A 0 5B 4 42 5C 34
Octal 335 365 25 12 0 133 4 102 134 64
Binary 11011101 11110101 10101 1010 0 1011011 100 1000010 1011100 110100

Color Harmonies of #DDF515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF515

Black with #DDF515

Text Example


Text Example

White with #DDF515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF515; }

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

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

background-color css

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

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

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

border-color css

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

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

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