Html Css Color HEX #D0FA77 Sulu

📋 copy color: '#D0FA77'

red 208 ◦ green 250 ◦ blue 119

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

Shades of Sulu #D0FA77

Tints of Sulu #D0FA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.62%

R = 36.05%
G = 43.33%
B = 20.62%

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

#D0FA77 (or 0xD0FA77) is known color: Sulu. HEX triplet: D0, FA and 77. RGB value is (208,250,119). Sum of RGB (Red+Green+Blue) = 208+250+119=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA77 is #2F0588. Grayscale: #DEDEDE. Windows color (decimal): -3081609 or 7862992. OLE color: 7862992.

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

Color convert

RGB 208 250 119 -
CMYK 0.17 0 0.52 0.02
HSL 79.24º 0.93% 0.72% -
HSV(B) 79.24º 0.52% 0.98% -
XYZ 63.53 83.11 30.15 -
YUV 222.51 69.59 117.65 -
System Red Green Blue C M Y K H S L
Decimal 208 250 119 0.17 0 0.52 0.02 79.24 0.93 0.72
Hex D0 FA 77 11 0 34 2 4F 5D 48
Octal 320 372 167 21 0 64 2 117 135 110
Binary 11010000 11111010 1110111 10001 0 110100 10 1001111 1011101 1001000

Color Harmonies of #D0FA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA77

Black with #D0FA77

Text Example


Text Example

White with #D0FA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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