Html Css Color HEX #BDF083 Sulu

📋 copy color: '#BDF083'

red 189 ◦ green 240 ◦ blue 131

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

Shades of Sulu #BDF083

Tints of Sulu #BDF083

RGB

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

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

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

R = 33.75%
G = 42.86%
B = 23.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#BDF083 (or 0xBDF083) is known color: Sulu. HEX triplet: BD, F0 and 83. RGB value is (189,240,131). Sum of RGB (Red+Green+Blue) = 189+240+131=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 131 (51.56% from 255 or 23.39% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF083 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF083 is #420F7C. Grayscale: #D4D4D4. Windows color (decimal): -4329341 or 8646845. OLE color: 8646845.

HSL color Cylindrical-coordinate representation of color #BDF083: hue angle of 88.07º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF083 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 131 -
CMYK 0.21 0 0.45 0.06
HSL 88.07º 0.78% 0.73% -
HSV(B) 88.07º 0.45% 0.94% -
XYZ 56.24 74.78 32.94 -
YUV 212.33 82.1 111.36 -
System Red Green Blue C M Y K H S L
Decimal 189 240 131 0.21 0 0.45 0.06 88.07 0.78 0.73
Hex BD F0 83 15 0 2D 6 58 4E 49
Octal 275 360 203 25 0 55 6 130 116 111
Binary 10111101 11110000 10000011 10101 0 101101 110 1011000 1001110 1001001

Color Harmonies of #BDF083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF083

Black with #BDF083

Text Example


Text Example

White with #BDF083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF083; }

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

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

background-color css

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

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

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

border-color css

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

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

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