Html Css Color HEX #BDF283 Sulu

📋 copy color: '#BDF283'

red 189 ◦ green 242 ◦ blue 131

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

Shades of Sulu #BDF283

Tints of Sulu #BDF283

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.06%

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

R = 33.63%
G = 43.06%
B = 23.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#BDF283 (or 0xBDF283) is known color: Sulu. HEX triplet: BD, F2 and 83. RGB value is (189,242,131). Sum of RGB (Red+Green+Blue) = 189+242+131=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF283 is #420D7C. Grayscale: #D5D5D5. Windows color (decimal): -4328829 or 8647357. OLE color: 8647357.

HSL color Cylindrical-coordinate representation of color #BDF283: hue angle of 88.65º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF283 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 131 -
CMYK 0.22 0 0.46 0.05
HSL 88.65º 0.81% 0.73% -
HSV(B) 88.65º 0.46% 0.95% -
XYZ 56.84 75.96 33.14 -
YUV 213.5 81.44 110.53 -
System Red Green Blue C M Y K H S L
Decimal 189 242 131 0.22 0 0.46 0.05 88.65 0.81 0.73
Hex BD F2 83 16 0 2E 5 59 51 49
Octal 275 362 203 26 0 56 5 131 121 111
Binary 10111101 11110010 10000011 10110 0 101110 101 1011001 1010001 1001001

Color Harmonies of #BDF283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF283

Black with #BDF283

Text Example


Text Example

White with #BDF283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF283; }

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

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

background-color css

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

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

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

border-color css

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

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

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