Html Css Color HEX #BDF391 Sulu

📋 copy color: '#BDF391'

red 189 ◦ green 243 ◦ blue 145

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

Shades of Sulu #BDF391

Tints of Sulu #BDF391

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.11%

 BLUE value IS 145 (57.03% from 255) = 25.13%

R = 32.76%
G = 42.11%
B = 25.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#BDF391 (or 0xBDF391) is known color: Sulu. HEX triplet: BD, F3 and 91. RGB value is (189,243,145). Sum of RGB (Red+Green+Blue) = 189+243+145=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 145 (57.03% from 255 or 25.13% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF391 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF391 is #420C6E. Grayscale: #D8D8D8. Windows color (decimal): -4328559 or 9565117. OLE color: 9565117.

HSL color Cylindrical-coordinate representation of color #BDF391: hue angle of 93.06º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF391 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 145 -
CMYK 0.22 0 0.40 0.05
HSL 93.06º 0.8% 0.76% -
HSV(B) 93.06º 0.4% 0.95% -
XYZ 58.15 76.96 38.58 -
YUV 215.68 88.11 108.97 -
System Red Green Blue C M Y K H S L
Decimal 189 243 145 0.22 0 0.40 0.05 93.06 0.8 0.76
Hex BD F3 91 16 0 28 5 5D 50 4C
Octal 275 363 221 26 0 50 5 135 120 114
Binary 10111101 11110011 10010001 10110 0 101000 101 1011101 1010000 1001100

Color Harmonies of #BDF391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF391

Black with #BDF391

Text Example


Text Example

White with #BDF391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF391; }

 p { color: rgb(189,243,145); }

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

background-color css

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

 a { background-color: rgb(189,243,145); }

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

border-color css

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

 span { border-color: rgb(189,243,145); }

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