Html Css Color HEX #BDF17B Sulu

📋 copy color: '#BDF17B'

red 189 ◦ green 241 ◦ blue 123

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

Shades of Sulu #BDF17B

Tints of Sulu #BDF17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.24%

R = 34.18%
G = 43.58%
B = 22.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#BDF17B (or 0xBDF17B) is known color: Sulu. HEX triplet: BD, F1 and 7B. RGB value is (189,241,123). Sum of RGB (Red+Green+Blue) = 189+241+123=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF17B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF17B is #420E84. Grayscale: #D4D4D4. Windows color (decimal): -4329093 or 8122813. OLE color: 8122813.

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

Color convert

RGB 189 241 123 -
CMYK 0.22 0 0.49 0.05
HSL 86.44º 0.81% 0.71% -
HSV(B) 86.44º 0.49% 0.95% -
XYZ 56.02 75.16 30.29 -
YUV 212 77.77 111.59 -
System Red Green Blue C M Y K H S L
Decimal 189 241 123 0.22 0 0.49 0.05 86.44 0.81 0.71
Hex BD F1 7B 16 0 31 5 56 51 47
Octal 275 361 173 26 0 61 5 126 121 107
Binary 10111101 11110001 1111011 10110 0 110001 101 1010110 1010001 1000111

Color Harmonies of #BDF17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF17B

Black with #BDF17B

Text Example


Text Example

White with #BDF17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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