Html Css Color HEX #D0F97A Sulu

📋 copy color: '#D0F97A'

red 208 ◦ green 249 ◦ blue 122

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

Shades of Sulu #D0F97A

Tints of Sulu #D0F97A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.01%

 BLUE value IS 122 (48.05% from 255) = 21.07%

R = 35.92%
G = 43.01%
B = 21.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#D0F97A (or 0xD0F97A) is known color: Sulu. HEX triplet: D0, F9 and 7A. RGB value is (208,249,122). Sum of RGB (Red+Green+Blue) = 208+249+122=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F97A is #2F0685. Grayscale: #DEDEDE. Windows color (decimal): -3081862 or 8059344. OLE color: 8059344.

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

Color convert

RGB 208 249 122 -
CMYK 0.16 0 0.51 0.02
HSL 79.37º 0.91% 0.73% -
HSV(B) 79.37º 0.51% 0.98% -
XYZ 63.4 82.57 31.01 -
YUV 222.26 71.42 117.83 -
System Red Green Blue C M Y K H S L
Decimal 208 249 122 0.16 0 0.51 0.02 79.37 0.91 0.73
Hex D0 F9 7A 10 0 33 2 4F 5B 49
Octal 320 371 172 20 0 63 2 117 133 111
Binary 11010000 11111001 1111010 10000 0 110011 10 1001111 1011011 1001001

Color Harmonies of #D0F97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F97A

Black with #D0F97A

Text Example


Text Example

White with #D0F97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F97A; }

 p { color: rgb(208,249,122); }

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

background-color css

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

 a { background-color: rgb(208,249,122); }

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

border-color css

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

 span { border-color: rgb(208,249,122); }

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