Html Css Color HEX #BDE373 Sulu

📋 copy color: '#BDE373'

red 189 ◦ green 227 ◦ blue 115

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

Shades of Sulu #BDE373

Tints of Sulu #BDE373

RGB

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

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

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

R = 35.59%
G = 42.75%
B = 21.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#BDE373 (or 0xBDE373) is known color: Sulu. HEX triplet: BD, E3 and 73. RGB value is (189,227,115). Sum of RGB (Red+Green+Blue) = 189+227+115=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE373 is #421C8C. Grayscale: #CBCBCB. Windows color (decimal): -4332685 or 7594941. OLE color: 7594941.

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

Color convert

RGB 189 227 115 -
CMYK 0.17 0 0.49 0.11
HSL 80.36º 0.67% 0.67% -
HSV(B) 80.36º 0.49% 0.89% -
XYZ 51.55 66.99 26.43 -
YUV 202.87 78.41 118.11 -
System Red Green Blue C M Y K H S L
Decimal 189 227 115 0.17 0 0.49 0.11 80.36 0.67 0.67
Hex BD E3 73 11 0 31 B 50 43 43
Octal 275 343 163 21 0 61 13 120 103 103
Binary 10111101 11100011 1110011 10001 0 110001 1011 1010000 1000011 1000011

Color Harmonies of #BDE373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE373

Black with #BDE373

Text Example


Text Example

White with #BDE373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE373; }

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

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

background-color css

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

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

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

border-color css

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

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

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