Html Css Color HEX #DDEF4B Manz

📋 copy color: '#DDEF4B'

red 221 ◦ green 239 ◦ blue 75

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

Shades of Manz #DDEF4B

Tints of Manz #DDEF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.02%

R = 41.31%
G = 44.67%
B = 14.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#DDEF4B (or 0xDDEF4B) is known color: Manz. HEX triplet: DD, EF and 4B. RGB value is (221,239,75). Sum of RGB (Red+Green+Blue) = 221+239+75=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF4B is #2210B4. Grayscale: #D7D7D7. Windows color (decimal): -2232501 or 4976605. OLE color: 4976605.

HSL color Cylindrical-coordinate representation of color #DDEF4B: hue angle of 66.59º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDEF4B is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 75 -
CMYK 0.08 0 0.69 0.06
HSL 66.59º 0.84% 0.62% -
HSV(B) 66.59º 0.69% 0.94% -
XYZ 61.96 77.61 18.37 -
YUV 214.92 49.04 132.34 -
System Red Green Blue C M Y K H S L
Decimal 221 239 75 0.08 0 0.69 0.06 66.59 0.84 0.62
Hex DD EF 4B 8 0 45 6 43 54 3E
Octal 335 357 113 10 0 105 6 103 124 76
Binary 11011101 11101111 1001011 1000 0 1000101 110 1000011 1010100 111110

Color Harmonies of #DDEF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF4B

Black with #DDEF4B

Text Example


Text Example

White with #DDEF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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