Html Css Color HEX #D4FB86 Sulu

📋 copy color: '#D4FB86'

red 212 ◦ green 251 ◦ blue 134

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

Shades of Sulu #D4FB86

Tints of Sulu #D4FB86

RGB

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

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

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

R = 35.51%
G = 42.04%
B = 22.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#D4FB86 (or 0xD4FB86) is known color: Sulu. HEX triplet: D4, FB and 86. RGB value is (212,251,134). Sum of RGB (Red+Green+Blue) = 212+251+134=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FB86 is #2B0479. Grayscale: #E2E2E2. Windows color (decimal): -2819194 or 8846292. OLE color: 8846292.

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

Color convert

RGB 212 251 134 -
CMYK 0.16 0 0.47 0.02
HSL 80º 0.94% 0.75% -
HSV(B) 80º 0.47% 0.98% -
XYZ 65.95 84.71 35.43 -
YUV 226 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 212 251 134 0.16 0 0.47 0.02 80 0.94 0.75
Hex D4 FB 86 10 0 2F 2 50 5E 4B
Octal 324 373 206 20 0 57 2 120 136 113
Binary 11010100 11111011 10000110 10000 0 101111 10 1010000 1011110 1001011

Color Harmonies of #D4FB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FB86

Black with #D4FB86

Text Example


Text Example

White with #D4FB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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