Html Css Color HEX #BDF191 Sulu

📋 copy color: '#BDF191'

red 189 ◦ green 241 ◦ blue 145

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

Shades of Sulu #BDF191

Tints of Sulu #BDF191

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.91%

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

R = 32.87%
G = 41.91%
B = 25.22%

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

#BDF191 (or 0xBDF191) is known color: Sulu. HEX triplet: BD, F1 and 91. RGB value is (189,241,145). Sum of RGB (Red+Green+Blue) = 189+241+145=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 145 (57.03% from 255 or 25.22% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF191 is #420E6E. Grayscale: #D6D6D6. Windows color (decimal): -4329071 or 9564605. OLE color: 9564605.

HSL color Cylindrical-coordinate representation of color #BDF191: hue angle of 92.5º degrees, saturation: 0.77, 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 #BDF191 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 145 -
CMYK 0.22 0 0.40 0.05
HSL 92.5º 0.77% 0.76% -
HSV(B) 92.5º 0.4% 0.95% -
XYZ 57.55 75.77 38.38 -
YUV 214.51 88.77 109.81 -
System Red Green Blue C M Y K H S L
Decimal 189 241 145 0.22 0 0.40 0.05 92.5 0.77 0.76
Hex BD F1 91 16 0 28 5 5C 4D 4C
Octal 275 361 221 26 0 50 5 134 115 114
Binary 10111101 11110001 10010001 10110 0 101000 101 1011100 1001101 1001100

Color Harmonies of #BDF191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF191

Black with #BDF191

Text Example


Text Example

White with #BDF191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF191; }

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

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

background-color css

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

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

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

border-color css

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

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

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