Html Css Color HEX #D9FB85 Sulu

📋 copy color: '#D9FB85'

red 217 ◦ green 251 ◦ blue 133

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

Shades of Sulu #D9FB85

Tints of Sulu #D9FB85

RGB

 RED value IS 217 (85.16% from 255) = 36.11%

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

 BLUE value IS 133 (52.34% from 255) = 22.13%

R = 36.11%
G = 41.76%
B = 22.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#D9FB85 (or 0xD9FB85) is known color: Sulu. HEX triplet: D9, FB and 85. RGB value is (217,251,133). Sum of RGB (Red+Green+Blue) = 217+251+133=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FB85 is #26047A. Grayscale: #E3E3E3. Windows color (decimal): -2491515 or 8780761. OLE color: 8780761.

HSL color Cylindrical-coordinate representation of color #D9FB85: hue angle of 77.29º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9FB85 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 251 133 -
CMYK 0.14 0 0.47 0.02
HSL 77.29º 0.94% 0.75% -
HSV(B) 77.29º 0.47% 0.98% -
XYZ 67.35 85.44 35.13 -
YUV 227.38 74.74 120.59 -
System Red Green Blue C M Y K H S L
Decimal 217 251 133 0.14 0 0.47 0.02 77.29 0.94 0.75
Hex D9 FB 85 E 0 2F 2 4D 5E 4B
Octal 331 373 205 16 0 57 2 115 136 113
Binary 11011001 11111011 10000101 1110 0 101111 10 1001101 1011110 1001011

Color Harmonies of #D9FB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FB85

Black with #D9FB85

Text Example


Text Example

White with #D9FB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FB85; }

 p { color: rgb(217,251,133); }

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

background-color css

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

 a { background-color: rgb(217,251,133); }

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

border-color css

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

 span { border-color: rgb(217,251,133); }

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