Html Css Color HEX #BDF590 Sulu

📋 copy color: '#BDF590'

red 189 ◦ green 245 ◦ blue 144

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

Shades of Sulu #BDF590

Tints of Sulu #BDF590

RGB

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

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

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

R = 32.7%
G = 42.39%
B = 24.91%

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

#BDF590 (or 0xBDF590) is known color: Sulu. HEX triplet: BD, F5 and 90. RGB value is (189,245,144). Sum of RGB (Red+Green+Blue) = 189+245+144=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF590 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF590 is #420A6F. Grayscale: #D9D9D9. Windows color (decimal): -4328048 or 9500093. OLE color: 9500093.

HSL color Cylindrical-coordinate representation of color #BDF590: hue angle of 93.27º 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 #BDF590 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 144 -
CMYK 0.23 0 0.41 0.04
HSL 93.27º 0.83% 0.76% -
HSV(B) 93.27º 0.41% 0.96% -
XYZ 58.67 78.14 38.38 -
YUV 216.74 86.95 108.21 -
System Red Green Blue C M Y K H S L
Decimal 189 245 144 0.23 0 0.41 0.04 93.27 0.83 0.76
Hex BD F5 90 17 0 29 4 5D 53 4C
Octal 275 365 220 27 0 51 4 135 123 114
Binary 10111101 11110101 10010000 10111 0 101001 100 1011101 1010011 1001100

Color Harmonies of #BDF590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF590

Black with #BDF590

Text Example


Text Example

White with #BDF590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF590; }

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

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

background-color css

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

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

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

border-color css

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

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

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