Html Css Color HEX #BDE076 Sulu

📋 copy color: '#BDE076'

red 189 ◦ green 224 ◦ blue 118

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

Shades of Sulu #BDE076

Tints of Sulu #BDE076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.22%

R = 35.59%
G = 42.18%
B = 22.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#BDE076 (or 0xBDE076) is known color: Sulu. HEX triplet: BD, E0 and 76. RGB value is (189,224,118). Sum of RGB (Red+Green+Blue) = 189+224+118=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE076 is #421F89. Grayscale: #C9C9C9. Windows color (decimal): -4333450 or 7790781. OLE color: 7790781.

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

Color convert

RGB 189 224 118 -
CMYK 0.16 0 0.47 0.12
HSL 79.81º 0.63% 0.67% -
HSV(B) 79.81º 0.47% 0.88% -
XYZ 50.91 65.44 27.09 -
YUV 201.45 80.9 119.12 -
System Red Green Blue C M Y K H S L
Decimal 189 224 118 0.16 0 0.47 0.12 79.81 0.63 0.67
Hex BD E0 76 10 0 2F C 50 3F 43
Octal 275 340 166 20 0 57 14 120 77 103
Binary 10111101 11100000 1110110 10000 0 101111 1100 1010000 111111 1000011

Color Harmonies of #BDE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE076

Black with #BDE076

Text Example


Text Example

White with #BDE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE076; }

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

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

background-color css

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

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

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

border-color css

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

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

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