Html Css Color HEX #BFDC73 Sulu

📋 copy color: '#BFDC73'

red 191 ◦ green 220 ◦ blue 115

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

Shades of Sulu #BFDC73

Tints of Sulu #BFDC73

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

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

R = 36.31%
G = 41.83%
B = 21.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#BFDC73 (or 0xBFDC73) is known color: Sulu. HEX triplet: BF, DC and 73. RGB value is (191,220,115). Sum of RGB (Red+Green+Blue) = 191+220+115=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC73 is #40238C. Grayscale: #C7C7C7. Windows color (decimal): -4203405 or 7593151. OLE color: 7593151.

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

Color convert

RGB 191 220 115 -
CMYK 0.13 0 0.48 0.14
HSL 76.57º 0.6% 0.66% -
HSV(B) 76.57º 0.48% 0.86% -
XYZ 50.17 63.5 25.83 -
YUV 199.36 80.39 122.04 -
System Red Green Blue C M Y K H S L
Decimal 191 220 115 0.13 0 0.48 0.14 76.57 0.6 0.66
Hex BF DC 73 D 0 30 E 4D 3C 42
Octal 277 334 163 15 0 60 16 115 74 102
Binary 10111111 11011100 1110011 1101 0 110000 1110 1001101 111100 1000010

Color Harmonies of #BFDC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC73

Black with #BFDC73

Text Example


Text Example

White with #BFDC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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