Html Css Color HEX #D4FD86 Sulu

📋 copy color: '#D4FD86'

red 212 ◦ green 253 ◦ blue 134

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

Shades of Sulu #D4FD86

Tints of Sulu #D4FD86

RGB

 RED value IS 212 (83.2% from 255) = 35.39%

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

 BLUE value IS 134 (52.73% from 255) = 22.37%

R = 35.39%
G = 42.24%
B = 22.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#D4FD86 (or 0xD4FD86) is known color: Sulu. HEX triplet: D4, FD and 86. RGB value is (212,253,134). Sum of RGB (Red+Green+Blue) = 212+253+134=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 134 (52.73% from 255 or 22.37% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FD86 is #2B0279. Grayscale: #E3E3E3. Windows color (decimal): -2818682 or 8846804. OLE color: 8846804.

HSL color Cylindrical-coordinate representation of color #D4FD86: hue angle of 80.67º 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 #D4FD86 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 253 134 -
CMYK 0.16 0 0.47 0.01
HSL 80.67º 0.97% 0.76% -
HSV(B) 80.67º 0.47% 0.99% -
XYZ 66.58 85.97 35.64 -
YUV 227.18 75.42 117.18 -
System Red Green Blue C M Y K H S L
Decimal 212 253 134 0.16 0 0.47 0.01 80.67 0.97 0.76
Hex D4 FD 86 10 0 2F 1 51 61 4C
Octal 324 375 206 20 0 57 1 121 141 114
Binary 11010100 11111101 10000110 10000 0 101111 1 1010001 1100001 1001100

Color Harmonies of #D4FD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FD86

Black with #D4FD86

Text Example


Text Example

White with #D4FD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FD86; }

 p { color: rgb(212,253,134); }

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

background-color css

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

 a { background-color: rgb(212,253,134); }

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

border-color css

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

 span { border-color: rgb(212,253,134); }

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