Html Css Color HEX #BFDF73 Sulu

📋 copy color: '#BFDF73'

red 191 ◦ green 223 ◦ blue 115

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

Shades of Sulu #BFDF73

Tints of Sulu #BFDF73

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.16%

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

R = 36.11%
G = 42.16%
B = 21.74%

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

#BFDF73 (or 0xBFDF73) is known color: Sulu. HEX triplet: BF, DF and 73. RGB value is (191,223,115). Sum of RGB (Red+Green+Blue) = 191+223+115=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF73 is #40208C. Grayscale: #C9C9C9. Windows color (decimal): -4202637 or 7593919. OLE color: 7593919.

HSL color Cylindrical-coordinate representation of color #BFDF73: hue angle of 77.78º degrees, saturation: 0.63, 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 #BFDF73 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 115 -
CMYK 0.14 0 0.48 0.13
HSL 77.78º 0.63% 0.66% -
HSV(B) 77.78º 0.48% 0.87% -
XYZ 50.97 65.09 26.1 -
YUV 201.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 191 223 115 0.14 0 0.48 0.13 77.78 0.63 0.66
Hex BF DF 73 E 0 30 D 4E 3F 42
Octal 277 337 163 16 0 60 15 116 77 102
Binary 10111111 11011111 1110011 1110 0 110000 1101 1001110 111111 1000010

Color Harmonies of #BFDF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF73

Black with #BFDF73

Text Example


Text Example

White with #BFDF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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