Html Css Color HEX #D5FA80 Sulu

📋 copy color: '#D5FA80'

red 213 ◦ green 250 ◦ blue 128

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

Shades of Sulu #D5FA80

Tints of Sulu #D5FA80

RGB

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

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

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

R = 36.04%
G = 42.3%
B = 21.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#D5FA80 (or 0xD5FA80) is known color: Sulu. HEX triplet: D5, FA and 80. RGB value is (213,250,128). Sum of RGB (Red+Green+Blue) = 213+250+128=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FA80 is #2A057F. Grayscale: #E1E1E1. Windows color (decimal): -2753920 or 8452821. OLE color: 8452821.

HSL color Cylindrical-coordinate representation of color #D5FA80: hue angle of 78.2º 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 #D5FA80 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 128 -
CMYK 0.15 0 0.49 0.02
HSL 78.2º 0.92% 0.74% -
HSV(B) 78.2º 0.49% 0.98% -
XYZ 65.52 84.08 33.2 -
YUV 225.03 73.24 119.42 -
System Red Green Blue C M Y K H S L
Decimal 213 250 128 0.15 0 0.49 0.02 78.2 0.92 0.74
Hex D5 FA 80 F 0 31 2 4E 5C 4A
Octal 325 372 200 17 0 61 2 116 134 112
Binary 11010101 11111010 10000000 1111 0 110001 10 1001110 1011100 1001010

Color Harmonies of #D5FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA80

Black with #D5FA80

Text Example


Text Example

White with #D5FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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