Html Css Color HEX #D0F17D Sulu

📋 copy color: '#D0F17D'

red 208 ◦ green 241 ◦ blue 125

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

Shades of Sulu #D0F17D

Tints of Sulu #D0F17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.99%

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

R = 36.24%
G = 41.99%
B = 21.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#D0F17D (or 0xD0F17D) is known color: Sulu. HEX triplet: D0, F1 and 7D. RGB value is (208,241,125). Sum of RGB (Red+Green+Blue) = 208+241+125=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F17D is #2F0E82. Grayscale: #DADADA. Windows color (decimal): -3083907 or 8253904. OLE color: 8253904.

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

Color convert

RGB 208 241 125 -
CMYK 0.14 0 0.48 0.05
HSL 77.07º 0.81% 0.72% -
HSV(B) 77.07º 0.48% 0.95% -
XYZ 61.17 77.8 31.2 -
YUV 217.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 208 241 125 0.14 0 0.48 0.05 77.07 0.81 0.72
Hex D0 F1 7D E 0 30 5 4D 51 48
Octal 320 361 175 16 0 60 5 115 121 110
Binary 11010000 11110001 1111101 1110 0 110000 101 1001101 1010001 1001000

Color Harmonies of #D0F17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F17D

Black with #D0F17D

Text Example


Text Example

White with #D0F17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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