Html Css Color HEX #BDF091 Sulu

📋 copy color: '#BDF091'

red 189 ◦ green 240 ◦ blue 145

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

Shades of Sulu #BDF091

Tints of Sulu #BDF091

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.81%

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

R = 32.93%
G = 41.81%
B = 25.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#BDF091 (or 0xBDF091) is known color: Sulu. HEX triplet: BD, F0 and 91. RGB value is (189,240,145). Sum of RGB (Red+Green+Blue) = 189+240+145=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF091 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF091 is #420F6E. Grayscale: #D6D6D6. Windows color (decimal): -4329327 or 9564349. OLE color: 9564349.

HSL color Cylindrical-coordinate representation of color #BDF091: hue angle of 92.21º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF091 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 145 -
CMYK 0.21 0 0.40 0.06
HSL 92.21º 0.76% 0.75% -
HSV(B) 92.21º 0.4% 0.94% -
XYZ 57.26 75.18 38.28 -
YUV 213.92 89.1 110.22 -
System Red Green Blue C M Y K H S L
Decimal 189 240 145 0.21 0 0.40 0.06 92.21 0.76 0.75
Hex BD F0 91 15 0 28 6 5C 4C 4B
Octal 275 360 221 25 0 50 6 134 114 113
Binary 10111101 11110000 10010001 10101 0 101000 110 1011100 1001100 1001011

Color Harmonies of #BDF091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF091

Black with #BDF091

Text Example


Text Example

White with #BDF091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF091; }

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

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

background-color css

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

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

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

border-color css

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

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

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