Html Css Color HEX #BDE278 Sulu

📋 copy color: '#BDE278'

red 189 ◦ green 226 ◦ blue 120

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

Shades of Sulu #BDE278

Tints of Sulu #BDE278

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.24%

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

R = 35.33%
G = 42.24%
B = 22.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#BDE278 (or 0xBDE278) is known color: Sulu. HEX triplet: BD, E2 and 78. RGB value is (189,226,120). Sum of RGB (Red+Green+Blue) = 189+226+120=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE278 is #421D87. Grayscale: #CBCBCB. Windows color (decimal): -4332936 or 7922365. OLE color: 7922365.

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

Color convert

RGB 189 226 120 -
CMYK 0.16 0 0.47 0.11
HSL 80.94º 0.65% 0.68% -
HSV(B) 80.94º 0.47% 0.89% -
XYZ 51.57 66.57 27.9 -
YUV 202.85 81.24 118.12 -
System Red Green Blue C M Y K H S L
Decimal 189 226 120 0.16 0 0.47 0.11 80.94 0.65 0.68
Hex BD E2 78 10 0 2F B 51 41 44
Octal 275 342 170 20 0 57 13 121 101 104
Binary 10111101 11100010 1111000 10000 0 101111 1011 1010001 1000001 1000100

Color Harmonies of #BDE278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE278

Black with #BDE278

Text Example


Text Example

White with #BDE278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE278; }

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

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

background-color css

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

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

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

border-color css

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

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

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