Html Css Color HEX #BDEC73 Sulu

📋 copy color: '#BDEC73'

red 189 ◦ green 236 ◦ blue 115

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

Shades of Sulu #BDEC73

Tints of Sulu #BDEC73

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.7%

 BLUE value IS 115 (45.31% from 255) = 21.3%

R = 35%
G = 43.7%
B = 21.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#BDEC73 (or 0xBDEC73) is known color: Sulu. HEX triplet: BD, EC and 73. RGB value is (189,236,115). Sum of RGB (Red+Green+Blue) = 189+236+115=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEC73 is #42138C. Grayscale: #D0D0D0. Windows color (decimal): -4330381 or 7597245. OLE color: 7597245.

HSL color Cylindrical-coordinate representation of color #BDEC73: hue angle of 83.31º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDEC73 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 115 -
CMYK 0.20 0 0.51 0.07
HSL 83.31º 0.76% 0.69% -
HSV(B) 83.31º 0.51% 0.93% -
XYZ 54.08 72.05 27.28 -
YUV 208.15 75.43 114.34 -
System Red Green Blue C M Y K H S L
Decimal 189 236 115 0.20 0 0.51 0.07 83.31 0.76 0.69
Hex BD EC 73 14 0 33 7 53 4C 45
Octal 275 354 163 24 0 63 7 123 114 105
Binary 10111101 11101100 1110011 10100 0 110011 111 1010011 1001100 1000101

Color Harmonies of #BDEC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEC73

Black with #BDEC73

Text Example


Text Example

White with #BDEC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEC73; }

 p { color: rgb(189,236,115); }

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

background-color css

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

 a { background-color: rgb(189,236,115); }

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

border-color css

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

 span { border-color: rgb(189,236,115); }

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