Html Css Color HEX #D0FA74 Sulu

📋 copy color: '#D0FA74'

red 208 ◦ green 250 ◦ blue 116

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

Shades of Sulu #D0FA74

Tints of Sulu #D0FA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.21%

R = 36.24%
G = 43.55%
B = 20.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#D0FA74 (or 0xD0FA74) is known color: Sulu. HEX triplet: D0, FA and 74. RGB value is (208,250,116). Sum of RGB (Red+Green+Blue) = 208+250+116=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA74 is #2F058B. Grayscale: #DEDEDE. Windows color (decimal): -3081612 or 7666384. OLE color: 7666384.

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

Color convert

RGB 208 250 116 -
CMYK 0.17 0 0.54 0.02
HSL 78.81º 0.93% 0.72% -
HSV(B) 78.81º 0.54% 0.98% -
XYZ 63.35 83.04 29.21 -
YUV 222.17 68.09 117.9 -
System Red Green Blue C M Y K H S L
Decimal 208 250 116 0.17 0 0.54 0.02 78.81 0.93 0.72
Hex D0 FA 74 11 0 36 2 4F 5D 48
Octal 320 372 164 21 0 66 2 117 135 110
Binary 11010000 11111010 1110100 10001 0 110110 10 1001111 1011101 1001000

Color Harmonies of #D0FA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA74

Black with #D0FA74

Text Example


Text Example

White with #D0FA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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