Html Css Color HEX #DCFC87 Sulu

📋 copy color: '#DCFC87'

red 220 ◦ green 252 ◦ blue 135

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

Shades of Sulu #DCFC87

Tints of Sulu #DCFC87

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.52%

 BLUE value IS 135 (53.13% from 255) = 22.24%

R = 36.24%
G = 41.52%
B = 22.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#DCFC87 (or 0xDCFC87) is known color: Sulu. HEX triplet: DC, FC and 87. RGB value is (220,252,135). Sum of RGB (Red+Green+Blue) = 220+252+135=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 135 (53.12% from 255 or 22.24% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC87 is #230378. Grayscale: #E5E5E5. Windows color (decimal): -2294649 or 8912092. OLE color: 8912092.

HSL color Cylindrical-coordinate representation of color #DCFC87: hue angle of 76.41º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCFC87 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 135 -
CMYK 0.13 0 0.46 0.01
HSL 76.41º 0.95% 0.76% -
HSV(B) 76.41º 0.46% 0.99% -
XYZ 68.7 86.59 36.01 -
YUV 229.09 74.9 121.51 -
System Red Green Blue C M Y K H S L
Decimal 220 252 135 0.13 0 0.46 0.01 76.41 0.95 0.76
Hex DC FC 87 D 0 2E 1 4C 5F 4C
Octal 334 374 207 15 0 56 1 114 137 114
Binary 11011100 11111100 10000111 1101 0 101110 1 1001100 1011111 1001100

Color Harmonies of #DCFC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC87

Black with #DCFC87

Text Example


Text Example

White with #DCFC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC87; }

 p { color: rgb(220,252,135); }

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

background-color css

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

 a { background-color: rgb(220,252,135); }

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

border-color css

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

 span { border-color: rgb(220,252,135); }

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