Html Css Color HEX #BDF591 Sulu

📋 copy color: '#BDF591'

red 189 ◦ green 245 ◦ blue 145

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

Shades of Sulu #BDF591

Tints of Sulu #BDF591

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.31%

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

R = 32.64%
G = 42.31%
B = 25.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#BDF591 (or 0xBDF591) is known color: Sulu. HEX triplet: BD, F5 and 91. RGB value is (189,245,145). Sum of RGB (Red+Green+Blue) = 189+245+145=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF591 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF591 is #420A6E. Grayscale: #D9D9D9. Windows color (decimal): -4328047 or 9565629. OLE color: 9565629.

HSL color Cylindrical-coordinate representation of color #BDF591: hue angle of 93.6º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF591 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 145 -
CMYK 0.23 0 0.41 0.04
HSL 93.6º 0.83% 0.76% -
HSV(B) 93.6º 0.41% 0.96% -
XYZ 58.75 78.17 38.78 -
YUV 216.86 87.45 108.13 -
System Red Green Blue C M Y K H S L
Decimal 189 245 145 0.23 0 0.41 0.04 93.6 0.83 0.76
Hex BD F5 91 17 0 29 4 5E 53 4C
Octal 275 365 221 27 0 51 4 136 123 114
Binary 10111101 11110101 10010001 10111 0 101001 100 1011110 1010011 1001100

Color Harmonies of #BDF591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF591

Black with #BDF591

Text Example


Text Example

White with #BDF591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF591; }

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

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

background-color css

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

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

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

border-color css

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

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

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