Html Css Color HEX #BFDD73 Sulu

📋 copy color: '#BFDD73'

red 191 ◦ green 221 ◦ blue 115

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

Shades of Sulu #BFDD73

Tints of Sulu #BFDD73

RGB

 RED value IS 191 (75% from 255) = 36.24%

 GREEN value IS 221 (86.72% from 255) = 41.94%

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

R = 36.24%
G = 41.94%
B = 21.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#BFDD73 (or 0xBFDD73) is known color: Sulu. HEX triplet: BF, DD and 73. RGB value is (191,221,115). Sum of RGB (Red+Green+Blue) = 191+221+115=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD73 is #40228C. Grayscale: #C8C8C8. Windows color (decimal): -4203149 or 7593407. OLE color: 7593407.

HSL color Cylindrical-coordinate representation of color #BFDD73: hue angle of 76.98º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFDD73 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 115 -
CMYK 0.14 0 0.48 0.13
HSL 76.98º 0.61% 0.66% -
HSV(B) 76.98º 0.48% 0.87% -
XYZ 50.44 64.03 25.92 -
YUV 199.95 80.06 121.62 -
System Red Green Blue C M Y K H S L
Decimal 191 221 115 0.14 0 0.48 0.13 76.98 0.61 0.66
Hex BF DD 73 E 0 30 D 4D 3D 42
Octal 277 335 163 16 0 60 15 115 75 102
Binary 10111111 11011101 1110011 1110 0 110000 1101 1001101 111101 1000010

Color Harmonies of #BFDD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD73

Black with #BFDD73

Text Example


Text Example

White with #BFDD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD73; }

 p { color: rgb(191,221,115); }

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

background-color css

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

 a { background-color: rgb(191,221,115); }

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

border-color css

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

 span { border-color: rgb(191,221,115); }

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