Html Css Color HEX #BDF176 Sulu

📋 copy color: '#BDF176'

red 189 ◦ green 241 ◦ blue 118

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

Shades of Sulu #BDF176

Tints of Sulu #BDF176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.53%

R = 34.49%
G = 43.98%
B = 21.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BDF176 (or 0xBDF176) is known color: Sulu. HEX triplet: BD, F1 and 76. RGB value is (189,241,118). Sum of RGB (Red+Green+Blue) = 189+241+118=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF176 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF176 is #420E89. Grayscale: #D3D3D3. Windows color (decimal): -4329098 or 7795133. OLE color: 7795133.

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

Color convert

RGB 189 241 118 -
CMYK 0.22 0 0.51 0.05
HSL 85.37º 0.81% 0.7% -
HSV(B) 85.37º 0.51% 0.95% -
XYZ 55.71 75.04 28.69 -
YUV 211.43 75.27 112 -
System Red Green Blue C M Y K H S L
Decimal 189 241 118 0.22 0 0.51 0.05 85.37 0.81 0.7
Hex BD F1 76 16 0 33 5 55 51 46
Octal 275 361 166 26 0 63 5 125 121 106
Binary 10111101 11110001 1110110 10110 0 110011 101 1010101 1010001 1000110

Color Harmonies of #BDF176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF176

Black with #BDF176

Text Example


Text Example

White with #BDF176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF176; }

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

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

background-color css

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

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

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

border-color css

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

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

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