Html Css Color HEX #D9FC85 Sulu

📋 copy color: '#D9FC85'

red 217 ◦ green 252 ◦ blue 133

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

Shades of Sulu #D9FC85

Tints of Sulu #D9FC85

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.86%

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

R = 36.05%
G = 41.86%
B = 22.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#D9FC85 (or 0xD9FC85) is known color: Sulu. HEX triplet: D9, FC and 85. RGB value is (217,252,133). Sum of RGB (Red+Green+Blue) = 217+252+133=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FC85 is #26037A. Grayscale: #E4E4E4. Windows color (decimal): -2491259 or 8781017. OLE color: 8781017.

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

Color convert

RGB 217 252 133 -
CMYK 0.14 0 0.47 0.01
HSL 77.65º 0.95% 0.75% -
HSV(B) 77.65º 0.47% 0.99% -
XYZ 67.66 86.07 35.24 -
YUV 227.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 217 252 133 0.14 0 0.47 0.01 77.65 0.95 0.75
Hex D9 FC 85 E 0 2F 1 4E 5F 4B
Octal 331 374 205 16 0 57 1 116 137 113
Binary 11011001 11111100 10000101 1110 0 101111 1 1001110 1011111 1001011

Color Harmonies of #D9FC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FC85

Black with #D9FC85

Text Example


Text Example

White with #D9FC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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