Html Css Color HEX #BDE178 Sulu

📋 copy color: '#BDE178'

red 189 ◦ green 225 ◦ blue 120

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

Shades of Sulu #BDE178

Tints of Sulu #BDE178

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.13%

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

R = 35.39%
G = 42.13%
B = 22.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#BDE178 (or 0xBDE178) is known color: Sulu. HEX triplet: BD, E1 and 78. RGB value is (189,225,120). Sum of RGB (Red+Green+Blue) = 189+225+120=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE178 is #421E87. Grayscale: #CACACA. Windows color (decimal): -4333192 or 7922109. OLE color: 7922109.

HSL color Cylindrical-coordinate representation of color #BDE178: hue angle of 80.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDE178 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 120 -
CMYK 0.16 0 0.47 0.12
HSL 80.57º 0.64% 0.68% -
HSV(B) 80.57º 0.47% 0.88% -
XYZ 51.3 66.03 27.81 -
YUV 202.27 81.57 118.54 -
System Red Green Blue C M Y K H S L
Decimal 189 225 120 0.16 0 0.47 0.12 80.57 0.64 0.68
Hex BD E1 78 10 0 2F C 51 40 44
Octal 275 341 170 20 0 57 14 121 100 104
Binary 10111101 11100001 1111000 10000 0 101111 1100 1010001 1000000 1000100

Color Harmonies of #BDE178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE178

Black with #BDE178

Text Example


Text Example

White with #BDE178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE178; }

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

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

background-color css

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

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

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

border-color css

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

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

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