Html Css Color HEX #DCFF84 Sulu

📋 copy color: '#DCFF84'

red 220 ◦ green 255 ◦ blue 132

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

Shades of Sulu #DCFF84

Tints of Sulu #DCFF84

RGB

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

 GREEN value IS 255 (100% from 255) = 42.01%

 BLUE value IS 132 (51.95% from 255) = 21.75%

R = 36.24%
G = 42.01%
B = 21.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#DCFF84 (or 0xDCFF84) is known color: Sulu. HEX triplet: DC, FF and 84. RGB value is (220,255,132). Sum of RGB (Red+Green+Blue) = 220+255+132=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF84 is #23007B. Grayscale: #E6E6E6. Windows color (decimal): -2293884 or 8716252. OLE color: 8716252.

HSL color Cylindrical-coordinate representation of color #DCFF84: hue angle of 77.07º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCFF84 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 132 -
CMYK 0.14 0 0.48 0
HSL 77.07º 1% 0.76% -
HSV(B) 77.07º 0.48% 1% -
XYZ 69.44 88.4 35.23 -
YUV 230.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 220 255 132 0.14 0 0.48 0 77.07 1 0.76
Hex DC FF 84 E 0 30 0 4D 64 4C
Octal 334 377 204 16 0 60 0 115 144 114
Binary 11011100 11111111 10000100 1110 0 110000 0 1001101 1100100 1001100

Color Harmonies of #DCFF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF84

Black with #DCFF84

Text Example


Text Example

White with #DCFF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF84; }

 p { color: rgb(220,255,132); }

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

background-color css

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

 a { background-color: rgb(220,255,132); }

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

border-color css

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

 span { border-color: rgb(220,255,132); }

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