Html Css Color HEX #D0F47D Sulu

📋 copy color: '#D0F47D'

red 208 ◦ green 244 ◦ blue 125

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

Shades of Sulu #D0F47D

Tints of Sulu #D0F47D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.29%

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

R = 36.05%
G = 42.29%
B = 21.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#D0F47D (or 0xD0F47D) is known color: Sulu. HEX triplet: D0, F4 and 7D. RGB value is (208,244,125). Sum of RGB (Red+Green+Blue) = 208+244+125=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F47D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F47D is #2F0B82. Grayscale: #DCDCDC. Windows color (decimal): -3083139 or 8254672. OLE color: 8254672.

HSL color Cylindrical-coordinate representation of color #D0F47D: hue angle of 78.15º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0F47D is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 244 125 -
CMYK 0.15 0 0.49 0.04
HSL 78.15º 0.84% 0.72% -
HSV(B) 78.15º 0.49% 0.96% -
XYZ 62.06 79.59 31.49 -
YUV 219.67 74.57 119.68 -
System Red Green Blue C M Y K H S L
Decimal 208 244 125 0.15 0 0.49 0.04 78.15 0.84 0.72
Hex D0 F4 7D F 0 31 4 4E 54 48
Octal 320 364 175 17 0 61 4 116 124 110
Binary 11010000 11110100 1111101 1111 0 110001 100 1001110 1010100 1001000

Color Harmonies of #D0F47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F47D

Black with #D0F47D

Text Example


Text Example

White with #D0F47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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