Html Css Color HEX #D1FD85 Sulu

📋 copy color: '#D1FD85'

red 209 ◦ green 253 ◦ blue 133

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

Shades of Sulu #D1FD85

Tints of Sulu #D1FD85

RGB

 RED value IS 209 (82.03% from 255) = 35.13%

 GREEN value IS 253 (99.22% from 255) = 42.52%

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

R = 35.13%
G = 42.52%
B = 22.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#D1FD85 (or 0xD1FD85) is known color: Sulu. HEX triplet: D1, FD and 85. RGB value is (209,253,133). Sum of RGB (Red+Green+Blue) = 209+253+133=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FD85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FD85 is #2E027A. Grayscale: #E2E2E2. Windows color (decimal): -3015291 or 8781265. OLE color: 8781265.

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

Color convert

RGB 209 253 133 -
CMYK 0.17 0 0.47 0.01
HSL 82º 0.97% 0.76% -
HSV(B) 82º 0.47% 0.99% -
XYZ 65.65 85.5 35.23 -
YUV 226.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 209 253 133 0.17 0 0.47 0.01 82 0.97 0.76
Hex D1 FD 85 11 0 2F 1 52 61 4C
Octal 321 375 205 21 0 57 1 122 141 114
Binary 11010001 11111101 10000101 10001 0 101111 1 1010010 1100001 1001100

Color Harmonies of #D1FD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FD85

Black with #D1FD85

Text Example


Text Example

White with #D1FD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FD85; }

 p { color: rgb(209,253,133); }

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

background-color css

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

 a { background-color: rgb(209,253,133); }

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

border-color css

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

 span { border-color: rgb(209,253,133); }

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