Html Css Color HEX #D0FA78 Sulu

📋 copy color: '#D0FA78'

red 208 ◦ green 250 ◦ blue 120

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

Shades of Sulu #D0FA78

Tints of Sulu #D0FA78

RGB

 RED value IS 208 (81.64% from 255) = 35.99%

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

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

R = 35.99%
G = 43.25%
B = 20.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#D0FA78 (or 0xD0FA78) is known color: Sulu. HEX triplet: D0, FA and 78. RGB value is (208,250,120). Sum of RGB (Red+Green+Blue) = 208+250+120=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 120 (47.27% from 255 or 20.76% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA78 is #2F0587. Grayscale: #DFDFDF. Windows color (decimal): -3081608 or 7928528. OLE color: 7928528.

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

Color convert

RGB 208 250 120 -
CMYK 0.17 0 0.52 0.02
HSL 79.38º 0.93% 0.73% -
HSV(B) 79.38º 0.52% 0.98% -
XYZ 63.59 83.14 30.46 -
YUV 222.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 208 250 120 0.17 0 0.52 0.02 79.38 0.93 0.73
Hex D0 FA 78 11 0 34 2 4F 5D 49
Octal 320 372 170 21 0 64 2 117 135 111
Binary 11010000 11111010 1111000 10001 0 110100 10 1001111 1011101 1001001

Color Harmonies of #D0FA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA78

Black with #D0FA78

Text Example


Text Example

White with #D0FA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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