Html Css Color HEX #D1FA78 Sulu

📋 copy color: '#D1FA78'

red 209 ◦ green 250 ◦ blue 120

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

Shades of Sulu #D1FA78

Tints of Sulu #D1FA78

RGB

 RED value IS 209 (82.03% from 255) = 36.1%

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

 BLUE value IS 120 (47.27% from 255) = 20.73%

R = 36.1%
G = 43.18%
B = 20.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#D1FA78 (or 0xD1FA78) is known color: Sulu. HEX triplet: D1, FA and 78. RGB value is (209,250,120). Sum of RGB (Red+Green+Blue) = 209+250+120=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA78 is #2E0587. Grayscale: #DFDFDF. Windows color (decimal): -3016072 or 7928529. OLE color: 7928529.

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

Color convert

RGB 209 250 120 -
CMYK 0.16 0 0.52 0.02
HSL 78.92º 0.93% 0.73% -
HSV(B) 78.92º 0.52% 0.98% -
XYZ 63.87 83.28 30.48 -
YUV 222.92 69.92 118.07 -
System Red Green Blue C M Y K H S L
Decimal 209 250 120 0.16 0 0.52 0.02 78.92 0.93 0.73
Hex D1 FA 78 10 0 34 2 4F 5D 49
Octal 321 372 170 20 0 64 2 117 135 111
Binary 11010001 11111010 1111000 10000 0 110100 10 1001111 1011101 1001001

Color Harmonies of #D1FA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FA78

Black with #D1FA78

Text Example


Text Example

White with #D1FA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FA78; }

 p { color: rgb(209,250,120); }

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

background-color css

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

 a { background-color: rgb(209,250,120); }

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

border-color css

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

 span { border-color: rgb(209,250,120); }

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