Html Css Color HEX #D0FE71 Sulu

📋 copy color: '#D0FE71'

red 208 ◦ green 254 ◦ blue 113

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

Shades of Sulu #D0FE71

Tints of Sulu #D0FE71

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.17%

 BLUE value IS 113 (44.53% from 255) = 19.65%

R = 36.17%
G = 44.17%
B = 19.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#D0FE71 (or 0xD0FE71) is known color: Sulu. HEX triplet: D0, FE and 71. RGB value is (208,254,113). Sum of RGB (Red+Green+Blue) = 208+254+113=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE71 is #2F018E. Grayscale: #E0E0E0. Windows color (decimal): -3080591 or 7470800. OLE color: 7470800.

HSL color Cylindrical-coordinate representation of color #D0FE71: hue angle of 79.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0FE71 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 254 113 -
CMYK 0.18 0 0.56 0.00
HSL 79.57º 0.99% 0.72% -
HSV(B) 79.57º 0.56% 1% -
XYZ 64.43 85.49 28.73 -
YUV 224.17 65.26 116.46 -
System Red Green Blue C M Y K H S L
Decimal 208 254 113 0.18 0 0.56 0.00 79.57 0.99 0.72
Hex D0 FE 71 12 0 38 0 50 63 48
Octal 320 376 161 22 0 70 0 120 143 110
Binary 11010000 11111110 1110001 10010 0 111000 0 1010000 1100011 1001000

Color Harmonies of #D0FE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE71

Black with #D0FE71

Text Example


Text Example

White with #D0FE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE71; }

 p { color: rgb(208,254,113); }

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

background-color css

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

 a { background-color: rgb(208,254,113); }

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

border-color css

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

 span { border-color: rgb(208,254,113); }

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