Html Css Color HEX #DDEF01 Chartreuse Yellow

📋 copy color: '#DDEF01'

red 221 ◦ green 239 ◦ blue 1

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

Shades of Chartreuse Yellow #DDEF01

Tints of Chartreuse Yellow #DDEF01

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.84%

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

R = 47.94%
G = 51.84%
B = 0.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#DDEF01 (or 0xDDEF01) is known color: Chartreuse Yellow. HEX triplet: DD, EF and 01. RGB value is (221,239,1). Sum of RGB (Red+Green+Blue) = 221+239+1=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEF01 is #2210FE. Grayscale: #CFCFCF. Windows color (decimal): -2232575 or 126941. OLE color: 126941.

HSL color Cylindrical-coordinate representation of color #DDEF01: hue angle of 64.54º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDEF01 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 1 -
CMYK 0.08 0 1.00 0.06
HSL 64.54º 0.99% 0.47% -
HSV(B) 64.54º 1% 0.94% -
XYZ 60.69 77.11 11.71 -
YUV 206.49 12.04 138.35 -
System Red Green Blue C M Y K H S L
Decimal 221 239 1 0.08 0 1.00 0.06 64.54 0.99 0.47
Hex DD EF 1 8 0 64 6 41 63 2F
Octal 335 357 1 10 0 144 6 101 143 57
Binary 11011101 11101111 1 1000 0 1100100 110 1000001 1100011 101111

Color Harmonies of #DDEF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF01

Black with #DDEF01

Text Example


Text Example

White with #DDEF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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