Html Css Color HEX #D0F97F Sulu

📋 copy color: '#D0F97F'

red 208 ◦ green 249 ◦ blue 127

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

Shades of Sulu #D0F97F

Tints of Sulu #D0F97F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.75%

R = 35.62%
G = 42.64%
B = 21.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#D0F97F (or 0xD0F97F) is known color: Sulu. HEX triplet: D0, F9 and 7F. RGB value is (208,249,127). Sum of RGB (Red+Green+Blue) = 208+249+127=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F97F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F97F is #2F0680. Grayscale: #DFDFDF. Windows color (decimal): -3081857 or 8387024. OLE color: 8387024.

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

Color convert

RGB 208 249 127 -
CMYK 0.16 0 0.49 0.02
HSL 80.16º 0.91% 0.74% -
HSV(B) 80.16º 0.49% 0.98% -
XYZ 63.72 82.69 32.68 -
YUV 222.83 73.92 117.42 -
System Red Green Blue C M Y K H S L
Decimal 208 249 127 0.16 0 0.49 0.02 80.16 0.91 0.74
Hex D0 F9 7F 10 0 31 2 50 5B 4A
Octal 320 371 177 20 0 61 2 120 133 112
Binary 11010000 11111001 1111111 10000 0 110001 10 1010000 1011011 1001010

Color Harmonies of #D0F97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F97F

Black with #D0F97F

Text Example


Text Example

White with #D0F97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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