Html Css Color HEX #DCEE4B Manz

📋 copy color: '#DCEE4B'

red 220 ◦ green 238 ◦ blue 75

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

Shades of Manz #DCEE4B

Tints of Manz #DCEE4B

RGB

 RED value IS 220 (86.33% from 255) = 41.28%

 GREEN value IS 238 (93.36% from 255) = 44.65%

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

R = 41.28%
G = 44.65%
B = 14.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#DCEE4B (or 0xDCEE4B) is known color: Manz. HEX triplet: DC, EE and 4B. RGB value is (220,238,75). Sum of RGB (Red+Green+Blue) = 220+238+75=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 75 (29.69% from 255 or 14.07% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE4B is #2311B4. Grayscale: #D6D6D6. Windows color (decimal): -2298293 or 4976348. OLE color: 4976348.

HSL color Cylindrical-coordinate representation of color #DCEE4B: hue angle of 66.63º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCEE4B is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 75 -
CMYK 0.08 0 0.68 0.07
HSL 66.63º 0.83% 0.61% -
HSV(B) 66.63º 0.68% 0.93% -
XYZ 61.36 76.87 18.26 -
YUV 214.04 49.54 132.25 -
System Red Green Blue C M Y K H S L
Decimal 220 238 75 0.08 0 0.68 0.07 66.63 0.83 0.61
Hex DC EE 4B 8 0 44 7 43 53 3D
Octal 334 356 113 10 0 104 7 103 123 75
Binary 11011100 11101110 1001011 1000 0 1000100 111 1000011 1010011 111101

Color Harmonies of #DCEE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE4B

Black with #DCEE4B

Text Example


Text Example

White with #DCEE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE4B; }

 p { color: rgb(220,238,75); }

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

background-color css

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

 a { background-color: rgb(220,238,75); }

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

border-color css

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

 span { border-color: rgb(220,238,75); }

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