Html Css Color HEX #DDFD0B Chartreuse Yellow

📋 copy color: '#DDFD0B'

red 221 ◦ green 253 ◦ blue 11

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

Shades of Chartreuse Yellow #DDFD0B

Tints of Chartreuse Yellow #DDFD0B

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.16%

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

R = 45.57%
G = 52.16%
B = 2.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#DDFD0B (or 0xDDFD0B) is known color: Chartreuse Yellow. HEX triplet: DD, FD and 0B. RGB value is (221,253,11). Sum of RGB (Red+Green+Blue) = 221+253+11=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 11 (4.69% from 255 or 2.27% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFD0B is #2202F4. Grayscale: #D8D8D8. Windows color (decimal): -2228981 or 785885. OLE color: 785885.

HSL color Cylindrical-coordinate representation of color #DDFD0B: hue angle of 67.93º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDFD0B is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 11 -
CMYK 0.13 0 0.96 0.01
HSL 67.93º 0.98% 0.52% -
HSV(B) 67.93º 0.96% 0.99% -
XYZ 65 85.65 13.42 -
YUV 215.84 12.4 131.68 -
System Red Green Blue C M Y K H S L
Decimal 221 253 11 0.13 0 0.96 0.01 67.93 0.98 0.52
Hex DD FD B D 0 60 1 44 62 34
Octal 335 375 13 15 0 140 1 104 142 64
Binary 11011101 11111101 1011 1101 0 1100000 1 1000100 1100010 110100

Color Harmonies of #DDFD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD0B

Black with #DDFD0B

Text Example


Text Example

White with #DDFD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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