Html Css Color HEX #BDE37A Sulu

📋 copy color: '#BDE37A'

red 189 ◦ green 227 ◦ blue 122

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

Shades of Sulu #BDE37A

Tints of Sulu #BDE37A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.19%

 BLUE value IS 122 (48.05% from 255) = 22.68%

R = 35.13%
G = 42.19%
B = 22.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#BDE37A (or 0xBDE37A) is known color: Sulu. HEX triplet: BD, E3 and 7A. RGB value is (189,227,122). Sum of RGB (Red+Green+Blue) = 189+227+122=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE37A is #421C85. Grayscale: #CCCCCC. Windows color (decimal): -4332678 or 8053693. OLE color: 8053693.

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

Color convert

RGB 189 227 122 -
CMYK 0.17 0 0.46 0.11
HSL 81.71º 0.65% 0.68% -
HSV(B) 81.71º 0.46% 0.89% -
XYZ 51.97 67.16 28.64 -
YUV 203.67 81.91 117.54 -
System Red Green Blue C M Y K H S L
Decimal 189 227 122 0.17 0 0.46 0.11 81.71 0.65 0.68
Hex BD E3 7A 11 0 2E B 52 41 44
Octal 275 343 172 21 0 56 13 122 101 104
Binary 10111101 11100011 1111010 10001 0 101110 1011 1010010 1000001 1000100

Color Harmonies of #BDE37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE37A

Black with #BDE37A

Text Example


Text Example

White with #BDE37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE37A; }

 p { color: rgb(189,227,122); }

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

background-color css

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

 a { background-color: rgb(189,227,122); }

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

border-color css

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

 span { border-color: rgb(189,227,122); }

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