Html Css Color HEX #DDFB01 Chartreuse Yellow

📋 copy color: '#DDFB01'

red 221 ◦ green 251 ◦ blue 1

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

Shades of Chartreuse Yellow #DDFB01

Tints of Chartreuse Yellow #DDFB01

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.07%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 46.72%
G = 53.07%
B = 0.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#DDFB01 (or 0xDDFB01) is known color: Chartreuse Yellow. HEX triplet: DD, FB and 01. RGB value is (221,251,1). Sum of RGB (Red+Green+Blue) = 221+251+1=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 1 (0.78% from 255 or 0.21% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFB01 is #2204FE. Grayscale: #D6D6D6. Windows color (decimal): -2229503 or 130013. OLE color: 130013.

HSL color Cylindrical-coordinate representation of color #DDFB01: hue angle of 67.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDFB01 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 1 -
CMYK 0.12 0 1.00 0.02
HSL 67.2º 0.99% 0.49% -
HSV(B) 67.2º 1% 0.98% -
XYZ 64.32 84.37 12.92 -
YUV 213.53 8.06 133.33 -
System Red Green Blue C M Y K H S L
Decimal 221 251 1 0.12 0 1.00 0.02 67.2 0.99 0.49
Hex DD FB 1 C 0 64 2 43 63 31
Octal 335 373 1 14 0 144 2 103 143 61
Binary 11011101 11111011 1 1100 0 1100100 10 1000011 1100011 110001

Color Harmonies of #DDFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB01

Black with #DDFB01

Text Example


Text Example

White with #DDFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB01; }

 p { color: rgb(221,251,1); }

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

background-color css

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

 a { background-color: rgb(221,251,1); }

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

border-color css

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

 span { border-color: rgb(221,251,1); }

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