Html Css Color HEX #D0FB7E Sulu

📋 copy color: '#D0FB7E'

red 208 ◦ green 251 ◦ blue 126

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

Shades of Sulu #D0FB7E

Tints of Sulu #D0FB7E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.91%

 BLUE value IS 126 (49.61% from 255) = 21.54%

R = 35.56%
G = 42.91%
B = 21.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#D0FB7E (or 0xD0FB7E) is known color: Sulu. HEX triplet: D0, FB and 7E. RGB value is (208,251,126). Sum of RGB (Red+Green+Blue) = 208+251+126=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB7E is #2F0481. Grayscale: #E0E0E0. Windows color (decimal): -3081346 or 8322000. OLE color: 8322000.

HSL color Cylindrical-coordinate representation of color #D0FB7E: hue angle of 80.64º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0FB7E is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 251 126 -
CMYK 0.17 0 0.50 0.02
HSL 80.64º 0.94% 0.74% -
HSV(B) 80.64º 0.5% 0.98% -
XYZ 64.28 83.91 32.55 -
YUV 223.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 208 251 126 0.17 0 0.50 0.02 80.64 0.94 0.74
Hex D0 FB 7E 11 0 32 2 51 5E 4A
Octal 320 373 176 21 0 62 2 121 136 112
Binary 11010000 11111011 1111110 10001 0 110010 10 1010001 1011110 1001010

Color Harmonies of #D0FB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB7E

Black with #D0FB7E

Text Example


Text Example

White with #D0FB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB7E; }

 p { color: rgb(208,251,126); }

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

background-color css

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

 a { background-color: rgb(208,251,126); }

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

border-color css

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

 span { border-color: rgb(208,251,126); }

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