Html Css Color HEX #BDF181 Sulu

📋 copy color: '#BDF181'

red 189 ◦ green 241 ◦ blue 129

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

Shades of Sulu #BDF181

Tints of Sulu #BDF181

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.11%

 BLUE value IS 129 (50.78% from 255) = 23.08%

R = 33.81%
G = 43.11%
B = 23.08%

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

#BDF181 (or 0xBDF181) is known color: Sulu. HEX triplet: BD, F1 and 81. RGB value is (189,241,129). Sum of RGB (Red+Green+Blue) = 189+241+129=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF181 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF181 is #420E7E. Grayscale: #D5D5D5. Windows color (decimal): -4329087 or 8516029. OLE color: 8516029.

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

Color convert

RGB 189 241 129 -
CMYK 0.22 0 0.46 0.05
HSL 87.86º 0.8% 0.73% -
HSV(B) 87.86º 0.46% 0.95% -
XYZ 56.4 75.31 32.33 -
YUV 212.68 80.77 111.11 -
System Red Green Blue C M Y K H S L
Decimal 189 241 129 0.22 0 0.46 0.05 87.86 0.8 0.73
Hex BD F1 81 16 0 2E 5 58 50 49
Octal 275 361 201 26 0 56 5 130 120 111
Binary 10111101 11110001 10000001 10110 0 101110 101 1011000 1010000 1001001

Color Harmonies of #BDF181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF181

Black with #BDF181

Text Example


Text Example

White with #BDF181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF181; }

 p { color: rgb(189,241,129); }

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

background-color css

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

 a { background-color: rgb(189,241,129); }

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

border-color css

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

 span { border-color: rgb(189,241,129); }

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