Html Css Color HEX #BDF187 Sulu

📋 copy color: '#BDF187'

red 189 ◦ green 241 ◦ blue 135

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

Shades of Sulu #BDF187

Tints of Sulu #BDF187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.89%

R = 33.45%
G = 42.65%
B = 23.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#BDF187 (or 0xBDF187) is known color: Sulu. HEX triplet: BD, F1 and 87. RGB value is (189,241,135). Sum of RGB (Red+Green+Blue) = 189+241+135=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 135 (53.12% from 255 or 23.89% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF187 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF187 is #420E78. Grayscale: #D5D5D5. Windows color (decimal): -4329081 or 8909245. OLE color: 8909245.

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

Color convert

RGB 189 241 135 -
CMYK 0.22 0 0.44 0.05
HSL 89.43º 0.79% 0.74% -
HSV(B) 89.43º 0.44% 0.95% -
XYZ 56.81 75.48 34.5 -
YUV 213.37 83.77 110.62 -
System Red Green Blue C M Y K H S L
Decimal 189 241 135 0.22 0 0.44 0.05 89.43 0.79 0.74
Hex BD F1 87 16 0 2C 5 59 4F 4A
Octal 275 361 207 26 0 54 5 131 117 112
Binary 10111101 11110001 10000111 10110 0 101100 101 1011001 1001111 1001010

Color Harmonies of #BDF187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF187

Black with #BDF187

Text Example


Text Example

White with #BDF187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF187; }

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

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

background-color css

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

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

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

border-color css

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

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

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