Html Css Color HEX #D0F87F Sulu

📋 copy color: '#D0F87F'

red 208 ◦ green 248 ◦ blue 127

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

Shades of Sulu #D0F87F

Tints of Sulu #D0F87F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.54%

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

R = 35.68%
G = 42.54%
B = 21.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#D0F87F (or 0xD0F87F) is known color: Sulu. HEX triplet: D0, F8 and 7F. RGB value is (208,248,127). Sum of RGB (Red+Green+Blue) = 208+248+127=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F87F is #2F0780. Grayscale: #DEDEDE. Windows color (decimal): -3082113 or 8386768. OLE color: 8386768.

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

Color convert

RGB 208 248 127 -
CMYK 0.16 0 0.49 0.03
HSL 79.83º 0.9% 0.74% -
HSV(B) 79.83º 0.49% 0.97% -
XYZ 63.41 82.08 32.58 -
YUV 222.25 74.25 117.84 -
System Red Green Blue C M Y K H S L
Decimal 208 248 127 0.16 0 0.49 0.03 79.83 0.9 0.74
Hex D0 F8 7F 10 0 31 3 50 5A 4A
Octal 320 370 177 20 0 61 3 120 132 112
Binary 11010000 11111000 1111111 10000 0 110001 11 1010000 1011010 1001010

Color Harmonies of #D0F87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F87F

Black with #D0F87F

Text Example


Text Example

White with #D0F87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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