Html Css Color HEX #BDE073 Sulu

📋 copy color: '#BDE073'

red 189 ◦ green 224 ◦ blue 115

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

Shades of Sulu #BDE073

Tints of Sulu #BDE073

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.42%

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

R = 35.8%
G = 42.42%
B = 21.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#BDE073 (or 0xBDE073) is known color: Sulu. HEX triplet: BD, E0 and 73. RGB value is (189,224,115). Sum of RGB (Red+Green+Blue) = 189+224+115=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE073 is #421F8C. Grayscale: #C9C9C9. Windows color (decimal): -4333453 or 7594173. OLE color: 7594173.

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

Color convert

RGB 189 224 115 -
CMYK 0.16 0 0.49 0.12
HSL 79.27º 0.64% 0.66% -
HSV(B) 79.27º 0.49% 0.88% -
XYZ 50.74 65.37 26.16 -
YUV 201.11 79.4 119.36 -
System Red Green Blue C M Y K H S L
Decimal 189 224 115 0.16 0 0.49 0.12 79.27 0.64 0.66
Hex BD E0 73 10 0 31 C 4F 40 42
Octal 275 340 163 20 0 61 14 117 100 102
Binary 10111101 11100000 1110011 10000 0 110001 1100 1001111 1000000 1000010

Color Harmonies of #BDE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE073

Black with #BDE073

Text Example


Text Example

White with #BDE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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