Html Css Color HEX #BDF386 Sulu

📋 copy color: '#BDF386'

red 189 ◦ green 243 ◦ blue 134

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

Shades of Sulu #BDF386

Tints of Sulu #BDF386

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.93%

 BLUE value IS 134 (52.73% from 255) = 23.67%

R = 33.39%
G = 42.93%
B = 23.67%

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

#BDF386 (or 0xBDF386) is known color: Sulu. HEX triplet: BD, F3 and 86. RGB value is (189,243,134). Sum of RGB (Red+Green+Blue) = 189+243+134=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF386 is #420C79. Grayscale: #D6D6D6. Windows color (decimal): -4328570 or 8844221. OLE color: 8844221.

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

Color convert

RGB 189 243 134 -
CMYK 0.22 0 0.45 0.05
HSL 89.72º 0.82% 0.74% -
HSV(B) 89.72º 0.45% 0.95% -
XYZ 57.34 76.64 34.33 -
YUV 214.43 82.61 109.86 -
System Red Green Blue C M Y K H S L
Decimal 189 243 134 0.22 0 0.45 0.05 89.72 0.82 0.74
Hex BD F3 86 16 0 2D 5 5A 52 4A
Octal 275 363 206 26 0 55 5 132 122 112
Binary 10111101 11110011 10000110 10110 0 101101 101 1011010 1010010 1001010

Color Harmonies of #BDF386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF386

Black with #BDF386

Text Example


Text Example

White with #BDF386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF386; }

 p { color: rgb(189,243,134); }

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

background-color css

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

 a { background-color: rgb(189,243,134); }

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

border-color css

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

 span { border-color: rgb(189,243,134); }

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