Html Css Color HEX #D0F37D Sulu

📋 copy color: '#D0F37D'

red 208 ◦ green 243 ◦ blue 125

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

Shades of Sulu #D0F37D

Tints of Sulu #D0F37D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.19%

 BLUE value IS 125 (49.22% from 255) = 21.7%

R = 36.11%
G = 42.19%
B = 21.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#D0F37D (or 0xD0F37D) is known color: Sulu. HEX triplet: D0, F3 and 7D. RGB value is (208,243,125). Sum of RGB (Red+Green+Blue) = 208+243+125=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F37D is #2F0C82. Grayscale: #DBDBDB. Windows color (decimal): -3083395 or 8254416. OLE color: 8254416.

HSL color Cylindrical-coordinate representation of color #D0F37D: hue angle of 77.8º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0F37D is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 243 125 -
CMYK 0.14 0 0.49 0.05
HSL 77.8º 0.83% 0.72% -
HSV(B) 77.8º 0.49% 0.95% -
XYZ 61.76 78.99 31.39 -
YUV 219.08 74.9 120.09 -
System Red Green Blue C M Y K H S L
Decimal 208 243 125 0.14 0 0.49 0.05 77.8 0.83 0.72
Hex D0 F3 7D E 0 31 5 4E 53 48
Octal 320 363 175 16 0 61 5 116 123 110
Binary 11010000 11110011 1111101 1110 0 110001 101 1001110 1010011 1001000

Color Harmonies of #D0F37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F37D

Black with #D0F37D

Text Example


Text Example

White with #D0F37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F37D; }

 p { color: rgb(208,243,125); }

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

background-color css

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

 a { background-color: rgb(208,243,125); }

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

border-color css

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

 span { border-color: rgb(208,243,125); }

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