Html Css Color HEX #BDFF76 Sulu

📋 copy color: '#BDFF76'

red 189 ◦ green 255 ◦ blue 118

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

Shades of Sulu #BDFF76

Tints of Sulu #BDFF76

RGB

 RED value IS 189 (74.22% from 255) = 33.63%

 GREEN value IS 255 (100% from 255) = 45.37%

 BLUE value IS 118 (46.48% from 255) = 21%

R = 33.63%
G = 45.37%
B = 21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#BDFF76 (or 0xBDFF76) is known color: Sulu. HEX triplet: BD, FF and 76. RGB value is (189,255,118). Sum of RGB (Red+Green+Blue) = 189+255+118=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF76 is #420089. Grayscale: #DCDCDC. Windows color (decimal): -4325514 or 7798717. OLE color: 7798717.

HSL color Cylindrical-coordinate representation of color #BDFF76: hue angle of 88.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDFF76 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 118 -
CMYK 0.26 0 0.54 0
HSL 88.91º 1% 0.73% -
HSV(B) 88.91º 0.54% 1% -
XYZ 60.02 83.65 30.12 -
YUV 219.65 70.63 106.14 -
System Red Green Blue C M Y K H S L
Decimal 189 255 118 0.26 0 0.54 0 88.91 1 0.73
Hex BD FF 76 1A 0 36 0 59 64 49
Octal 275 377 166 32 0 66 0 131 144 111
Binary 10111101 11111111 1110110 11010 0 110110 0 1011001 1100100 1001001

Color Harmonies of #BDFF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF76

Black with #BDFF76

Text Example


Text Example

White with #BDFF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF76; }

 p { color: rgb(189,255,118); }

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

background-color css

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

 a { background-color: rgb(189,255,118); }

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

border-color css

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

 span { border-color: rgb(189,255,118); }

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