Html Css Color HEX #D5FC80 Sulu

📋 copy color: '#D5FC80'

red 213 ◦ green 252 ◦ blue 128

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

Shades of Sulu #D5FC80

Tints of Sulu #D5FC80

RGB

 RED value IS 213 (83.59% from 255) = 35.92%

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

 BLUE value IS 128 (50.39% from 255) = 21.59%

R = 35.92%
G = 42.5%
B = 21.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#D5FC80 (or 0xD5FC80) is known color: Sulu. HEX triplet: D5, FC and 80. RGB value is (213,252,128). Sum of RGB (Red+Green+Blue) = 213+252+128=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FC80 is #2A037F. Grayscale: #E2E2E2. Windows color (decimal): -2753408 or 8453333. OLE color: 8453333.

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

Color convert

RGB 213 252 128 -
CMYK 0.15 0 0.49 0.01
HSL 78.87º 0.95% 0.75% -
HSV(B) 78.87º 0.49% 0.99% -
XYZ 66.15 85.33 33.41 -
YUV 226.2 72.58 118.58 -
System Red Green Blue C M Y K H S L
Decimal 213 252 128 0.15 0 0.49 0.01 78.87 0.95 0.75
Hex D5 FC 80 F 0 31 1 4F 5F 4B
Octal 325 374 200 17 0 61 1 117 137 113
Binary 11010101 11111100 10000000 1111 0 110001 1 1001111 1011111 1001011

Color Harmonies of #D5FC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FC80

Black with #D5FC80

Text Example


Text Example

White with #D5FC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FC80; }

 p { color: rgb(213,252,128); }

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

background-color css

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

 a { background-color: rgb(213,252,128); }

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

border-color css

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

 span { border-color: rgb(213,252,128); }

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