Html Css Color HEX #BFE573 Sulu

📋 copy color: '#BFE573'

red 191 ◦ green 229 ◦ blue 115

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

Shades of Sulu #BFE573

Tints of Sulu #BFE573

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.8%

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

R = 35.7%
G = 42.8%
B = 21.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#BFE573 (or 0xBFE573) is known color: Sulu. HEX triplet: BF, E5 and 73. RGB value is (191,229,115). Sum of RGB (Red+Green+Blue) = 191+229+115=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE573 is #401A8C. Grayscale: #CDCDCD. Windows color (decimal): -4201101 or 7595455. OLE color: 7595455.

HSL color Cylindrical-coordinate representation of color #BFE573: hue angle of 80º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE573 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 115 -
CMYK 0.17 0 0.50 0.10
HSL 80º 0.69% 0.67% -
HSV(B) 80º 0.5% 0.9% -
XYZ 52.6 68.35 26.64 -
YUV 204.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 191 229 115 0.17 0 0.50 0.10 80 0.69 0.67
Hex BF E5 73 11 0 32 A 50 45 43
Octal 277 345 163 21 0 62 12 120 105 103
Binary 10111111 11100101 1110011 10001 0 110010 1010 1010000 1000101 1000011

Color Harmonies of #BFE573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE573

Black with #BFE573

Text Example


Text Example

White with #BFE573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE573; }

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

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

background-color css

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

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

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

border-color css

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

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

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