Html Css Color HEX #BDF090 Sulu

📋 copy color: '#BDF090'

red 189 ◦ green 240 ◦ blue 144

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

Shades of Sulu #BDF090

Tints of Sulu #BDF090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.13%

R = 32.98%
G = 41.88%
B = 25.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#BDF090 (or 0xBDF090) is known color: Sulu. HEX triplet: BD, F0 and 90. RGB value is (189,240,144). Sum of RGB (Red+Green+Blue) = 189+240+144=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF090 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF090 is #420F6F. Grayscale: #D6D6D6. Windows color (decimal): -4329328 or 9498813. OLE color: 9498813.

HSL color Cylindrical-coordinate representation of color #BDF090: hue angle of 91.88º 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 #BDF090 is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 144 -
CMYK 0.21 0 0.4 0.06
HSL 91.88º 0.76% 0.75% -
HSV(B) 91.88º 0.4% 0.94% -
XYZ 57.18 75.15 37.88 -
YUV 213.81 88.6 110.31 -
System Red Green Blue C M Y K H S L
Decimal 189 240 144 0.21 0 0.4 0.06 91.88 0.76 0.75
Hex BD F0 90 15 0 28 6 5C 4C 4B
Octal 275 360 220 25 0 50 6 134 114 113
Binary 10111101 11110000 10010000 10101 0 101000 110 1011100 1001100 1001011

Color Harmonies of #BDF090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF090

Black with #BDF090

Text Example


Text Example

White with #BDF090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF090; }

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

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

background-color css

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

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

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

border-color css

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

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

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