Html Css Color HEX #BFE373 Sulu

📋 copy color: '#BFE373'

red 191 ◦ green 227 ◦ blue 115

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

Shades of Sulu #BFE373

Tints of Sulu #BFE373

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.59%

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

R = 35.83%
G = 42.59%
B = 21.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#BFE373 (or 0xBFE373) is known color: Sulu. HEX triplet: BF, E3 and 73. RGB value is (191,227,115). Sum of RGB (Red+Green+Blue) = 191+227+115=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE373 is #401C8C. Grayscale: #CBCBCB. Windows color (decimal): -4201613 or 7594943. OLE color: 7594943.

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

Color convert

RGB 191 227 115 -
CMYK 0.16 0 0.49 0.11
HSL 79.29º 0.67% 0.67% -
HSV(B) 79.29º 0.49% 0.89% -
XYZ 52.05 67.25 26.46 -
YUV 203.47 78.07 119.11 -
System Red Green Blue C M Y K H S L
Decimal 191 227 115 0.16 0 0.49 0.11 79.29 0.67 0.67
Hex BF E3 73 10 0 31 B 4F 43 43
Octal 277 343 163 20 0 61 13 117 103 103
Binary 10111111 11100011 1110011 10000 0 110001 1011 1001111 1000011 1000011

Color Harmonies of #BFE373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE373

Black with #BFE373

Text Example


Text Example

White with #BFE373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE373; }

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

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

background-color css

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

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

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

border-color css

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

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

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