Html Css Color HEX #BDF983 Sulu

📋 copy color: '#BDF983'

red 189 ◦ green 249 ◦ blue 131

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

Shades of Sulu #BDF983

Tints of Sulu #BDF983

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.76%

 BLUE value IS 131 (51.56% from 255) = 23.02%

R = 33.22%
G = 43.76%
B = 23.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#BDF983 (or 0xBDF983) is known color: Sulu. HEX triplet: BD, F9 and 83. RGB value is (189,249,131). Sum of RGB (Red+Green+Blue) = 189+249+131=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF983 is #42067C. Grayscale: #DADADA. Windows color (decimal): -4327037 or 8649149. OLE color: 8649149.

HSL color Cylindrical-coordinate representation of color #BDF983: hue angle of 90.51º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF983 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 131 -
CMYK 0.24 0 0.47 0.02
HSL 90.51º 0.91% 0.75% -
HSV(B) 90.51º 0.47% 0.98% -
XYZ 58.96 80.21 33.85 -
YUV 217.61 79.12 107.59 -
System Red Green Blue C M Y K H S L
Decimal 189 249 131 0.24 0 0.47 0.02 90.51 0.91 0.75
Hex BD F9 83 18 0 2F 2 5B 5B 4B
Octal 275 371 203 30 0 57 2 133 133 113
Binary 10111101 11111001 10000011 11000 0 101111 10 1011011 1011011 1001011

Color Harmonies of #BDF983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF983

Black with #BDF983

Text Example


Text Example

White with #BDF983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF983; }

 p { color: rgb(189,249,131); }

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

background-color css

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

 a { background-color: rgb(189,249,131); }

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

border-color css

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

 span { border-color: rgb(189,249,131); }

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