Html Css Color HEX #BDF178 Sulu

📋 copy color: '#BDF178'

red 189 ◦ green 241 ◦ blue 120

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

Shades of Sulu #BDF178

Tints of Sulu #BDF178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.82%

R = 34.36%
G = 43.82%
B = 21.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#BDF178 (or 0xBDF178) is known color: Sulu. HEX triplet: BD, F1 and 78. RGB value is (189,241,120). Sum of RGB (Red+Green+Blue) = 189+241+120=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF178 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF178 is #420E87. Grayscale: #D4D4D4. Windows color (decimal): -4329096 or 7926205. OLE color: 7926205.

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

Color convert

RGB 189 241 120 -
CMYK 0.22 0 0.50 0.05
HSL 85.79º 0.81% 0.71% -
HSV(B) 85.79º 0.5% 0.95% -
XYZ 55.83 75.09 29.32 -
YUV 211.66 76.27 111.84 -
System Red Green Blue C M Y K H S L
Decimal 189 241 120 0.22 0 0.50 0.05 85.79 0.81 0.71
Hex BD F1 78 16 0 32 5 56 51 47
Octal 275 361 170 26 0 62 5 126 121 107
Binary 10111101 11110001 1111000 10110 0 110010 101 1010110 1010001 1000111

Color Harmonies of #BDF178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF178

Black with #BDF178

Text Example


Text Example

White with #BDF178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF178; }

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

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

background-color css

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

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

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

border-color css

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

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

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