Html Css Color HEX #B9FE7D Sulu

📋 copy color: '#B9FE7D'

red 185 ◦ green 254 ◦ blue 125

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

Shades of Sulu #B9FE7D

Tints of Sulu #B9FE7D

RGB

 RED value IS 185 (72.66% from 255) = 32.8%

 GREEN value IS 254 (99.61% from 255) = 45.04%

 BLUE value IS 125 (49.22% from 255) = 22.16%

R = 32.8%
G = 45.04%
B = 22.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#B9FE7D (or 0xB9FE7D) is known color: Sulu. HEX triplet: B9, FE and 7D. RGB value is (185,254,125). Sum of RGB (Red+Green+Blue) = 185+254+125=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FE7D is #460182. Grayscale: #DBDBDB. Windows color (decimal): -4587907 or 8257209. OLE color: 8257209.

HSL color Cylindrical-coordinate representation of color #B9FE7D: hue angle of 92.09º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9FE7D is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 254 125 -
CMYK 0.27 0 0.51 0.00
HSL 92.09º 0.98% 0.74% -
HSV(B) 92.09º 0.51% 1% -
XYZ 59.15 82.68 32.24 -
YUV 218.66 75.14 103.99 -
System Red Green Blue C M Y K H S L
Decimal 185 254 125 0.27 0 0.51 0.00 92.09 0.98 0.74
Hex B9 FE 7D 1B 0 33 0 5C 62 4A
Octal 271 376 175 33 0 63 0 134 142 112
Binary 10111001 11111110 1111101 11011 0 110011 0 1011100 1100010 1001010

Color Harmonies of #B9FE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FE7D

Black with #B9FE7D

Text Example


Text Example

White with #B9FE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FE7D; }

 p { color: rgb(185,254,125); }

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

background-color css

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

 a { background-color: rgb(185,254,125); }

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

border-color css

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

 span { border-color: rgb(185,254,125); }

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