Html Css Color HEX #BDF282 Sulu

📋 copy color: '#BDF282'

red 189 ◦ green 242 ◦ blue 130

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

Shades of Sulu #BDF282

Tints of Sulu #BDF282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.17%

R = 33.69%
G = 43.14%
B = 23.17%

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

#BDF282 (or 0xBDF282) is known color: Sulu. HEX triplet: BD, F2 and 82. RGB value is (189,242,130). Sum of RGB (Red+Green+Blue) = 189+242+130=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF282 is #420D7D. Grayscale: #D5D5D5. Windows color (decimal): -4328830 or 8581821. OLE color: 8581821.

HSL color Cylindrical-coordinate representation of color #BDF282: hue angle of 88.39º 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 #BDF282 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 130 -
CMYK 0.22 0 0.46 0.05
HSL 88.39º 0.81% 0.73% -
HSV(B) 88.39º 0.46% 0.95% -
XYZ 56.77 75.93 32.78 -
YUV 213.39 80.94 110.61 -
System Red Green Blue C M Y K H S L
Decimal 189 242 130 0.22 0 0.46 0.05 88.39 0.81 0.73
Hex BD F2 82 16 0 2E 5 58 51 49
Octal 275 362 202 26 0 56 5 130 121 111
Binary 10111101 11110010 10000010 10110 0 101110 101 1011000 1010001 1001001

Color Harmonies of #BDF282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF282

Black with #BDF282

Text Example


Text Example

White with #BDF282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF282; }

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

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

background-color css

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

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

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

border-color css

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

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

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