Html Css Color HEX #BFE473 Sulu

📋 copy color: '#BFE473'

red 191 ◦ green 228 ◦ blue 115

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

Shades of Sulu #BFE473

Tints of Sulu #BFE473

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.7%

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

R = 35.77%
G = 42.7%
B = 21.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BFE473 (or 0xBFE473) is known color: Sulu. HEX triplet: BF, E4 and 73. RGB value is (191,228,115). Sum of RGB (Red+Green+Blue) = 191+228+115=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE473 is #401B8C. Grayscale: #CCCCCC. Windows color (decimal): -4201357 or 7595199. OLE color: 7595199.

HSL color Cylindrical-coordinate representation of color #BFE473: hue angle of 79.65º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE473 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 115 -
CMYK 0.16 0 0.50 0.11
HSL 79.65º 0.68% 0.67% -
HSV(B) 79.65º 0.5% 0.89% -
XYZ 52.32 67.8 26.55 -
YUV 204.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 191 228 115 0.16 0 0.50 0.11 79.65 0.68 0.67
Hex BF E4 73 10 0 32 B 50 44 43
Octal 277 344 163 20 0 62 13 120 104 103
Binary 10111111 11100100 1110011 10000 0 110010 1011 1010000 1000100 1000011

Color Harmonies of #BFE473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE473

Black with #BFE473

Text Example


Text Example

White with #BFE473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE473; }

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

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

background-color css

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

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

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

border-color css

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

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

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