Html Css Color HEX #BDF185 Sulu

📋 copy color: '#BDF185'

red 189 ◦ green 241 ◦ blue 133

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

Shades of Sulu #BDF185

Tints of Sulu #BDF185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.62%

R = 33.57%
G = 42.81%
B = 23.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#BDF185 (or 0xBDF185) is known color: Sulu. HEX triplet: BD, F1 and 85. RGB value is (189,241,133). Sum of RGB (Red+Green+Blue) = 189+241+133=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF185 is #420E7A. Grayscale: #D5D5D5. Windows color (decimal): -4329083 or 8778173. OLE color: 8778173.

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

Color convert

RGB 189 241 133 -
CMYK 0.22 0 0.45 0.05
HSL 88.89º 0.79% 0.73% -
HSV(B) 88.89º 0.45% 0.95% -
XYZ 56.68 75.42 33.76 -
YUV 213.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 189 241 133 0.22 0 0.45 0.05 88.89 0.79 0.73
Hex BD F1 85 16 0 2D 5 59 4F 49
Octal 275 361 205 26 0 55 5 131 117 111
Binary 10111101 11110001 10000101 10110 0 101101 101 1011001 1001111 1001001

Color Harmonies of #BDF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF185

Black with #BDF185

Text Example


Text Example

White with #BDF185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF185; }

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

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

background-color css

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

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

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

border-color css

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

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

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