Html Css Color HEX #D0FB71 Sulu

📋 copy color: '#D0FB71'

red 208 ◦ green 251 ◦ blue 113

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

Shades of Sulu #D0FB71

Tints of Sulu #D0FB71

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.88%

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

R = 36.36%
G = 43.88%
B = 19.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#D0FB71 (or 0xD0FB71) is known color: Sulu. HEX triplet: D0, FB and 71. RGB value is (208,251,113). Sum of RGB (Red+Green+Blue) = 208+251+113=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB71 is #2F048E. Grayscale: #DEDEDE. Windows color (decimal): -3081359 or 7470032. OLE color: 7470032.

HSL color Cylindrical-coordinate representation of color #D0FB71: hue angle of 78.7º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0FB71 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 251 113 -
CMYK 0.17 0 0.55 0.02
HSL 78.7º 0.95% 0.71% -
HSV(B) 78.7º 0.55% 0.98% -
XYZ 63.49 83.6 28.41 -
YUV 222.41 66.25 117.72 -
System Red Green Blue C M Y K H S L
Decimal 208 251 113 0.17 0 0.55 0.02 78.7 0.95 0.71
Hex D0 FB 71 11 0 37 2 4F 5F 47
Octal 320 373 161 21 0 67 2 117 137 107
Binary 11010000 11111011 1110001 10001 0 110111 10 1001111 1011111 1000111

Color Harmonies of #D0FB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB71

Black with #D0FB71

Text Example


Text Example

White with #D0FB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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