Html Css Color HEX #D3FA80 Sulu

📋 copy color: '#D3FA80'

red 211 ◦ green 250 ◦ blue 128

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

Shades of Sulu #D3FA80

Tints of Sulu #D3FA80

RGB

 RED value IS 211 (82.81% from 255) = 35.82%

 GREEN value IS 250 (98.05% from 255) = 42.44%

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

R = 35.82%
G = 42.44%
B = 21.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#D3FA80 (or 0xD3FA80) is known color: Sulu. HEX triplet: D3, FA and 80. RGB value is (211,250,128). Sum of RGB (Red+Green+Blue) = 211+250+128=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FA80 is #2C057F. Grayscale: #E0E0E0. Windows color (decimal): -2884992 or 8452819. OLE color: 8452819.

HSL color Cylindrical-coordinate representation of color #D3FA80: hue angle of 79.18º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3FA80 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 250 128 -
CMYK 0.16 0 0.49 0.02
HSL 79.18º 0.92% 0.74% -
HSV(B) 79.18º 0.49% 0.98% -
XYZ 64.95 83.78 33.17 -
YUV 224.43 73.58 118.42 -
System Red Green Blue C M Y K H S L
Decimal 211 250 128 0.16 0 0.49 0.02 79.18 0.92 0.74
Hex D3 FA 80 10 0 31 2 4F 5C 4A
Octal 323 372 200 20 0 61 2 117 134 112
Binary 11010011 11111010 10000000 10000 0 110001 10 1001111 1011100 1001010

Color Harmonies of #D3FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FA80

Black with #D3FA80

Text Example


Text Example

White with #D3FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FA80; }

 p { color: rgb(211,250,128); }

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

background-color css

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

 a { background-color: rgb(211,250,128); }

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

border-color css

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

 span { border-color: rgb(211,250,128); }

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