Html Css Color HEX #DDF10B Chartreuse Yellow

📋 copy color: '#DDF10B'

red 221 ◦ green 241 ◦ blue 11

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

Shades of Chartreuse Yellow #DDF10B

Tints of Chartreuse Yellow #DDF10B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.95%

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

R = 46.72%
G = 50.95%
B = 2.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#DDF10B (or 0xDDF10B) is known color: Chartreuse Yellow. HEX triplet: DD, F1 and 0B. RGB value is (221,241,11). Sum of RGB (Red+Green+Blue) = 221+241+11=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF10B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF10B is #220EF4. Grayscale: #D1D1D1. Windows color (decimal): -2232053 or 782813. OLE color: 782813.

HSL color Cylindrical-coordinate representation of color #DDF10B: hue angle of 65.22º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDF10B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 11 -
CMYK 0.08 0 0.95 0.05
HSL 65.22º 0.91% 0.49% -
HSV(B) 65.22º 0.95% 0.95% -
XYZ 61.33 78.31 12.2 -
YUV 208.8 16.37 136.7 -
System Red Green Blue C M Y K H S L
Decimal 221 241 11 0.08 0 0.95 0.05 65.22 0.91 0.49
Hex DD F1 B 8 0 5F 5 41 5B 31
Octal 335 361 13 10 0 137 5 101 133 61
Binary 11011101 11110001 1011 1000 0 1011111 101 1000001 1011011 110001

Color Harmonies of #DDF10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF10B

Black with #DDF10B

Text Example


Text Example

White with #DDF10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF10B; }

 p { color: rgb(221,241,11); }

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

background-color css

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

 a { background-color: rgb(221,241,11); }

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

border-color css

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

 span { border-color: rgb(221,241,11); }

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